Searched refs:mWorkerThread (Results 1 – 3 of 3) sorted by relevance
111 mWorkerThread = std::thread( in run()120 if (mWorkerThread.joinable()) { in waitStopped()121 mWorkerThread.join(); in waitStopped()147 std::thread mWorkerThread;
43 mWorkerThread = std::thread(startWorkerThread, this); in startDetection()59 mWorkerThread.join(); in stopDetection()
70 std::thread mWorkerThread; variable