Home
last modified time | relevance | path

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

/aosp12/system/bt/common/test/
H A Dthread_performance_test.cc280 worker_thread_ = in SetUp()
282 worker_thread_->StartUp(); in SetUp()
283 worker_thread_->DoInThread( in SetUp()
290 worker_thread_->ShutDown(); in TearDown()
291 delete worker_thread_; in TearDown()
292 worker_thread_ = nullptr; in TearDown()
296 MessageLoopThread* worker_thread_ = nullptr; member in WorkerThreadPerformanceTest
309 worker_thread_->DoInThread( in TEST_F()
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/
H A Dsync_task.h60 worker_thread_.swap(worker_thread); in SyncTask()
67 worker_thread_.join(); in ~SyncTask()
132 std::thread worker_thread_; variable
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Dsync_task.h60 worker_thread_.swap(worker_thread); in SyncTask()
67 worker_thread_.join(); in ~SyncTask()
132 std::thread worker_thread_; variable
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dsync_task.h60 worker_thread_.swap(worker_thread); in SyncTask()
67 worker_thread_.join(); in ~SyncTask()
132 std::thread worker_thread_; variable
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/
H A Dsync_task.h60 worker_thread_.swap(worker_thread); in SyncTask()
67 worker_thread_.join(); in ~SyncTask()
132 std::thread worker_thread_; variable
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/
H A Dsync_task.h60 worker_thread_.swap(worker_thread); in SyncTask()
67 worker_thread_.join(); in ~SyncTask()
132 std::thread worker_thread_; variable
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/
H A Dsync_task.h60 worker_thread_.swap(worker_thread); in SyncTask()
67 worker_thread_.join(); in ~SyncTask()
132 std::thread worker_thread_; variable
/aosp12/packages/modules/adb/daemon/
H A Dusb.cpp403 worker_thread_ = std::thread([this]() { in StartWorker()
436 pthread_t worker_thread_handle = worker_thread_.native_handle(); in StopWorker()
456 worker_thread_.join(); in StopWorker()
691 std::thread worker_thread_; member
/aosp12/system/iorap/src/manager/
H A Devent_manager.cc932 worker_thread_(rxcpp::observe_on_new_thread()), in Impl()
1072 .subscribe_on(worker_thread_) in InitializeRxGraph()
1146 .observe_on(worker_thread_) // async handling. in InitializeRxGraphForJobScheduledEvents()
1316 observe_on_one_worker worker_thread_; member in iorap::manager::EventManager::Impl