Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dscheduler_worker_pool_impl.h123 void WaitForWorkersIdleForTesting(size_t n);
H A Dscheduler_worker_pool_impl_unittest.cc765 worker_pool_->WaitForWorkersIdleForTesting(1U); in TEST_F()
1205 worker_pool_->WaitForWorkersIdleForTesting(kMaxTasks); in TEST_P()
H A Dscheduler_worker_pool_impl.cc285 void SchedulerWorkerPoolImpl::WaitForWorkersIdleForTesting(size_t n) { in WaitForWorkersIdleForTesting() function in base::internal::SchedulerWorkerPoolImpl
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/6/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_impl.h126 void WaitForWorkersIdleForTesting(size_t n);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_impl.h126 void WaitForWorkersIdleForTesting(size_t n);
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_group.h177 void WaitForWorkersIdleForTesting(size_t n);
H A Dthread_group.cc501 void ThreadGroup::WaitForWorkersIdleForTesting(size_t n) { in WaitForWorkersIdleForTesting() function in base::internal::ThreadGroup
H A Dthread_group_semaphore_unittest.cc996 thread_group_->WaitForWorkersIdleForTesting(kMaxTasks); in TEST_P()
H A Dthread_group_impl_unittest.cc982 thread_group_->WaitForWorkersIdleForTesting(kMaxTasks); in TEST_P()