Home
last modified time | relevance | path

Searched refs:thread_ (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/src/hci/
Dasync_manager.cc146 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::AsyncFdWatcher
341 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 …]