Searched refs:mQueueCond (Results 1 – 2 of 2) sorted by relevance
28 mQueueCond(), in WorkerThread()38 mQueueCond.notify_all(); in ~WorkerThread()53 mQueueCond.notify_one(); in schedule()60 mQueueCond.wait(lock, [this] { return !mQueue.empty() || mIsDestructing; }); in threadFunc()
73 std::condition_variable mQueueCond; variable