Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dscheduler_worker_pool_impl_unittest.cc514 worker_pool_->WaitForWorkersCleanedUpForTesting(1U); in TEST_F()
653 worker_pool_->WaitForWorkersCleanedUpForTesting(kMaxTasks - 1); in TEST_F()
769 worker_pool_->WaitForWorkersCleanedUpForTesting(1U); in TEST_F()
836 worker_pool_->WaitForWorkersCleanedUpForTesting(kMaxTasks - 1); in TEST_F()
878 worker_pool_->WaitForWorkersCleanedUpForTesting(1); in TEST_F()
928 worker_pool_->WaitForWorkersCleanedUpForTesting(kMaxTasks - 2); in TEST_F()
938 worker_pool_->WaitForWorkersCleanedUpForTesting(1); in TEST_F()
1399 worker_pool.WaitForWorkersCleanedUpForTesting(kLocalMaxTasks - 1); in TEST()
H A Dscheduler_worker_pool_impl.h130 void WaitForWorkersCleanedUpForTesting(size_t n);
H A Dscheduler_worker_pool_impl.cc303 void SchedulerWorkerPoolImpl::WaitForWorkersCleanedUpForTesting(size_t n) { in WaitForWorkersCleanedUpForTesting() 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.h133 void WaitForWorkersCleanedUpForTesting(size_t n);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_impl.h133 void WaitForWorkersCleanedUpForTesting(size_t n);
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_group.h189 void WaitForWorkersCleanedUpForTesting(size_t n);
H A Dthread_group_semaphore_unittest.cc1333 thread_group_->WaitForWorkersCleanedUpForTesting(kLocalMaxTasks - 1); in TEST_P()
1340 thread_group_->WaitForWorkersCleanedUpForTesting(kLocalMaxTasks); in TEST_P()
H A Dthread_group_impl_unittest.cc1318 thread_group_->WaitForWorkersCleanedUpForTesting(kLocalMaxTasks - 1); in TEST_P()
1325 thread_group_->WaitForWorkersCleanedUpForTesting(kLocalMaxTasks); in TEST_P()
H A Dthread_group.cc519 void ThreadGroup::WaitForWorkersCleanedUpForTesting(size_t n) { in WaitForWorkersCleanedUpForTesting() function in base::internal::ThreadGroup