#include <WaitingThreadPool.h>
Definition at line 14 of file WaitingThreadPool.h.
◆ WaitingThread() [1/3]
edm::impl::WaitingThread::WaitingThread |
( |
| ) |
|
◆ ~WaitingThread()
edm::impl::WaitingThread::~WaitingThread |
( |
| ) |
|
|
noexcept |
◆ WaitingThread() [2/3]
edm::impl::WaitingThread::WaitingThread |
( |
WaitingThread const & |
| ) |
|
|
delete |
◆ WaitingThread() [3/3]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ run()
template<typename F , typename G >
◆ stopThread()
void edm::impl::WaitingThread::stopThread |
( |
| ) |
|
|
inlineprivate |
◆ threadLoop()
void edm::impl::WaitingThread::threadLoop |
( |
| ) |
|
|
privatenoexcept |
Definition at line 36 of file WaitingThreadPool.cc.
References cms::cuda::assert(), cond_, func_, mutex_, or, stopThread_, edm::swap(), and thisPtr_.
Referenced by WaitingThread().
37 std::unique_lock lk(
mutex_);
void swap(Association< C > &lhs, Association< C > &rhs)
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
std::shared_ptr< WaitingThread > thisPtr_
std::condition_variable cond_
std::function< void()> func_
◆ cond_
std::condition_variable edm::impl::WaitingThread::cond_ |
|
private |
◆ func_
std::function<void()> edm::impl::WaitingThread::func_ |
|
private |
◆ mutex_
◆ stopThread_
bool edm::impl::WaitingThread::stopThread_ = false |
|
private |
◆ thisPtr_
std::shared_ptr<WaitingThread> edm::impl::WaitingThread::thisPtr_ |
|
private |
◆ thread_
std::thread edm::impl::WaitingThread::thread_ |
|
private |