Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/src/
Dasync_manager.cc134 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::AsyncFdWatcher
318 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
/system/bt/service/ipc/
Dipc_handler_linux.cc35 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()
Dipc_handler_linux.h78 base::Thread thread_; variable
/system/core/libappfuse/tests/
DFuseBridgeLoopTest.cc48 std::thread thread_; member in android::fuse::__anon3b187b350111::FuseBridgeLoopTest
57 thread_ = std::thread([this] { in SetUp()
118 if (thread_.joinable()) { in Close()
119 thread_.join(); in Close()
DFuseAppLoopTest.cc85 std::thread thread_; member in android::fuse::__anon7435ee890111::FuseAppLoopTest
97 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()
/system/bt/service/test/
Dstub_ipc_handler_linux.cc29 thread_("IPCHandlerLinux"), in IPCHandlerLinux()
/system/bt/btif/src/
Dbtif_sock_sco.cc86 bt_status_t btsock_sco_init(thread_t* thread_) { in btsock_sco_init() argument
87 CHECK(thread_ != NULL); in btsock_sco_init()
92 thread = thread_; in btsock_sco_init()