Searched refs:mQueueCond (Results 1 – 4 of 4) sorted by relevance
28 mQueueCond(), in WorkerThread()35 mQueueCond.notify_all(); in ~WorkerThread()50 mQueueCond.notify_one(); in schedule()57 mQueueCond.wait(lock, [this] { return !mQueue.empty() || mIsDestructing; }); in threadFunc()
59 mQueueCond.wait(lk); in threadLoop()94 mQueueCond.notify_one(); in enqueue()106 mQueueCond.notify_one(); in stop()
35 std::condition_variable mQueueCond; variable
73 std::condition_variable mQueueCond; variable