Searched refs:thread_ (Results 1 – 6 of 6) sorted by relevance
84 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()85 if (!thread_.joinable()) return -1; in tryStartThread()94 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()95 thread_.join(); in stopThread()
52 std::thread thread_; variable
36 thread_ = std::unique_ptr<std::thread>( in InitWorker()50 thread_->join(); in Exit()
36 thread_(&ApexUpdateListener::ThreadFunction, this) { in ApexUpdateListener()47 if (thread_.joinable()) { in ~ApexUpdateListener()48 thread_.join(); in ~ApexUpdateListener()
87 std::thread thread_; variable
76 std::unique_ptr<std::thread> thread_; variable