Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/fingerprint/aidl/default/
DWorkerThread.cpp25 mIsDestructing(false), in WorkerThread()
34 mIsDestructing = true; in ~WorkerThread()
40 if (mIsDestructing) { in schedule()
55 while (!mIsDestructing) { in threadFunc()
57 mQueueCond.wait(lock, [this] { return !mQueue.empty() || mIsDestructing; }); in threadFunc()
58 if (mIsDestructing) { in threadFunc()
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DWorkerThread.h68 std::atomic<bool> mIsDestructing; variable