Searched refs:mWorkerThread (Results 1 – 5 of 5) sorted by relevance
111 mWorkerThread = std::thread( in run()120 if (mWorkerThread.joinable()) { in waitStopped()121 mWorkerThread.join(); in waitStopped()147 std::thread mWorkerThread;
131 mWorkerThread = std::thread(&BatchingConsumer<T>::runInternal, this, func); in run()137 if (mWorkerThread.joinable()) { in waitStopped()138 mWorkerThread.join(); in waitStopped()164 std::thread mWorkerThread;
43 mWorkerThread = std::thread(startWorkerThread, this); in startDetection()59 mWorkerThread.join(); in stopDetection()
70 std::thread mWorkerThread; variable
300 std::thread mWorkerThread; member in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl306 : mWorkerThread([this]() { RunVirtioGpuTaskProcessingLoop(); }) {} in EmulatedVirtioGpuImpl()310 mWorkerThread.join(); in ~EmulatedVirtioGpuImpl()