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.cc278 worker_thread_ = in SetUp()
280 worker_thread_->StartUp(); in SetUp()
281 worker_thread_->DoInThread( in SetUp()
288 worker_thread_->ShutDown(); in TearDown()
289 delete worker_thread_; in TearDown()
290 worker_thread_ = nullptr; in TearDown()
294 MessageLoopThread* worker_thread_ = nullptr; member in WorkerThreadPerformanceTest
307 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.cpp416 worker_thread_ = std::thread([this]() { in StartWorker()
444 pthread_t worker_thread_handle = worker_thread_.native_handle(); in StopWorker()
464 worker_thread_.join(); in StopWorker()
675 std::thread worker_thread_; member