Home
last modified time | relevance | path

Searched refs:mQueueCond (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/biometrics/common/thread/
DWorkerThread.cpp28 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()
/hardware/interfaces/biometrics/common/thread/include/thread/
DWorkerThread.h73 std::condition_variable mQueueCond; variable