Searched refs:worker_thread_ (Results 1 – 9 of 9) sorted by relevance
280 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 WorkerThreadPerformanceTest309 worker_thread_->DoInThread( in TEST_F()
60 worker_thread_.swap(worker_thread); in SyncTask()67 worker_thread_.join(); in ~SyncTask()132 std::thread worker_thread_; variable
403 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
932 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