Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/test/
H A Dtask_environment.cc227 thread_pool_->ProcessRipeDelayedTasksForTesting(); in AdvanceClock()
239 thread_pool_->ProcessRipeDelayedTasksForTesting(); in SuspendedAdvanceClock()
358 thread_pool_->ProcessRipeDelayedTasksForTesting(); in FastForwardToNextTaskOrCap()
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_pool_impl.h98 void ProcessRipeDelayedTasksForTesting();
H A Dthread_pool_impl.cc331 void ThreadPoolImpl::ProcessRipeDelayedTasksForTesting() { in ProcessRipeDelayedTasksForTesting() function in base::internal::ThreadPoolImpl