Searched refs:m_threadCond (Results 1 – 4 of 4) sorted by relevance
41 m_threadCond.notify_all(); in Stop()59 m_threadCond.notify_all(); in SendAsyncMsg()73 m_threadCond.notify_all(); in SendSyncMsg()121 m_threadCond.wait(lock, [this] { in MainLoop()131 m_threadCond.wait_for(lock, chrono::microseconds(processUs - nowUs)); in MainLoop()
60 std::condition_variable m_threadCond; variable
42 m_threadCond.notify_all(); in Stop()60 m_threadCond.notify_all(); in SendAsyncMsg()74 m_threadCond.notify_all(); in SendSyncMsg()123 m_threadCond.wait(lock, [this] { in MainLoop()133 m_threadCond.wait_for(lock, chrono::microseconds(processUs - nowUs)); in MainLoop()
59 std::condition_variable m_threadCond; variable