Searched refs:mThread (Results 1 – 8 of 8) sorted by relevance
31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init()32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init()59 if (mThread != nullptr) { in ~DrmVsyncWorker()60 mThread->join(); in ~DrmVsyncWorker()
43 std::unique_ptr<std::thread> mThread; variable
34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init()35 mThread->detach(); in Init()
34 std::unique_ptr<std::thread> mThread; variable
42 std::unique_ptr<std::thread> mThread; variable
33 std::unique_ptr<std::thread> mThread; variable
42 mThread = std::make_unique<std::thread>([this]() { in Init()