Searched refs:thread_ (Results 1 – 7 of 7) sorted by relevance
134 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()135 thread_.join(); in stopThread()172 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()173 if (!thread_.joinable()) { in tryStartThread()265 std::thread thread_; member in test_vendor_lib::AsyncManager::AsyncFdWatcher318 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()319 thread_.join(); in stopThread()415 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()416 if (!thread_.joinable()) { in tryStartThread()464 std::thread thread_; member in test_vendor_lib::AsyncManager::AsyncTaskManager
35 thread_("IPCHandlerLinux"), in IPCHandlerLinux()106 if (!thread_.StartWithOptions(options)) { in Run()112 thread_.task_runner()->PostTask( in Run()128 thread_.Stop(); in Stop()177 thread_.Stop(); in ShutDownOnOriginThread()
78 base::Thread thread_; variable
48 std::thread thread_; member in android::fuse::__anon3b187b350111::FuseBridgeLoopTest57 thread_ = std::thread([this] { in SetUp()118 if (thread_.joinable()) { in Close()119 thread_.join(); in Close()
85 std::thread thread_; member in android::fuse::__anon7435ee890111::FuseAppLoopTest97 thread_ = std::thread([this] { loop_->Start(&callback_); }); in SetUp()123 if (thread_.joinable()) { in Close()124 thread_.join(); in Close()293 if (thread_.joinable()) { in TEST_F()294 thread_.join(); in TEST_F()
29 thread_("IPCHandlerLinux"), in IPCHandlerLinux()
86 bt_status_t btsock_sco_init(thread_t* thread_) { in btsock_sco_init() argument87 CHECK(thread_ != NULL); in btsock_sco_init()92 thread = thread_; in btsock_sco_init()