Home
last modified time | relevance | path

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

/system/bt/common/test/
Dthread_performance_test.cc279 worker_thread_ = in SetUp()
281 worker_thread_->StartUp(); in SetUp()
282 worker_thread_->DoInThread( in SetUp()
289 worker_thread_->ShutDown(); in TearDown()
290 delete worker_thread_; in TearDown()
291 worker_thread_ = nullptr; in TearDown()
295 MessageLoopThread* worker_thread_ = nullptr; member in WorkerThreadPerformanceTest
308 worker_thread_->DoInThread( in TEST_F()
/system/iorap/src/manager/
Devent_manager.cc394 worker_thread_(rxcpp::observe_on_new_thread()), in Impl()
431 .subscribe_on(worker_thread_) in InitializeRxGraph()
455 observe_on_one_worker worker_thread_; member in iorap::manager::EventManager::Impl
/system/core/adb/daemon/
Dusb.cpp432 worker_thread_ = std::thread([this]() { in StartWorker()
465 pthread_t worker_thread_handle = worker_thread_.native_handle(); in StopWorker()
485 worker_thread_.join(); in StopWorker()
707 std::thread worker_thread_; member