Searched refs:thread_ (Results 1 – 1 of 1) sorted by relevance
146 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()147 thread_.join(); in stopThread()180 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()181 if (!thread_.joinable()) { in tryStartThread()269 std::thread thread_; member in rootcanal::AsyncManager::AsyncFdWatcher341 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()342 thread_.join(); in stopThread()408 if (thread_.get_id() != std::this_thread::get_id()) { in cancel_task_with_lock_held()461 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()462 if (!thread_.joinable()) { in tryStartThread()[all …]