Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/common/utils/
DWorkerThread.cpp34 WorkerThread::WorkerThread() : mIsTerminating(false), mThread(&WorkerThread::threadLoop, this) {} in WorkerThread()
39 mIsTerminating = true; in ~WorkerThread()
59 while (!mIsTerminating) { in threadLoop()
/hardware/interfaces/broadcastradio/common/utils/include/broadcastradio-utils/
DWorkerThread.h40 std::atomic<bool> mIsTerminating; variable