ATLAS Offline Software
|
This is the complete list of members for HLT::LoopThread, including all inherited members.
cond() | HLT::LoopThread | inline |
LoopThread(std::function< void()> &&callback, int callbackInterval=-1) | HLT::LoopThread | inlineexplicit |
LoopThread(const LoopThread &)=delete | HLT::LoopThread | |
LoopThread(LoopThread &&)=delete | HLT::LoopThread | |
m_callback | HLT::LoopThread | private |
m_callbackIntervalMilliseconds | HLT::LoopThread | private |
m_cond | HLT::LoopThread | private |
m_finished | HLT::LoopThread | private |
m_keepRunning | HLT::LoopThread | private |
m_mutex | HLT::LoopThread | private |
m_started | HLT::LoopThread | private |
m_thread | HLT::LoopThread | private |
mutex() | HLT::LoopThread | inline |
operator=(const LoopThread &)=delete | HLT::LoopThread | |
operator=(LoopThread &&)=delete | HLT::LoopThread | |
run() | HLT::LoopThread | inlineprivate |
start() | HLT::LoopThread | inline |
stop() | HLT::LoopThread | inline |
waitForCond(std::unique_lock< std::mutex > &lock) | HLT::LoopThread | inlineprivate |
~LoopThread() | HLT::LoopThread | inline |