Home
last modified time | relevance | path

Searched refs:blocked_workers_poll_period_for_testing (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_group_semaphore_unittest.cc757 return std::max(thread_group_->blocked_workers_poll_period_for_testing(), in GetMaxTasksChangeSleepTime()
1103 2 * thread_group_->blocked_workers_poll_period_for_testing()); in TEST_F()
1133 2 * thread_group_->blocked_workers_poll_period_for_testing()); in TEST_F()
H A Dthread_group_impl_unittest.cc743 return std::max(thread_group_->blocked_workers_poll_period_for_testing(), in GetMaxTasksChangeSleepTime()
1089 2 * thread_group_->blocked_workers_poll_period_for_testing()); in TEST_F()
1118 2 * thread_group_->blocked_workers_poll_period_for_testing()); in TEST_F()
H A Dthread_group.h358 TimeDelta blocked_workers_poll_period_for_testing() const { in blocked_workers_poll_period_for_testing() function