Searched refs:mIsDestructing (Results 1 – 2 of 2) sorted by relevance
25 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()
68 std::atomic<bool> mIsDestructing; variable