Home
last modified time | relevance | path

Searched refs:HasIncompleteTaskSourcesForTesting (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dtask_tracker.h152 bool HasIncompleteTaskSourcesForTesting() const;
H A Dthread_pool_impl.cc326 if (task_tracker_->HasIncompleteTaskSourcesForTesting()) in NextScheduledRunTimeForTesting()
H A Dtask_tracker.cc533 bool TaskTracker::HasIncompleteTaskSourcesForTesting() const { in HasIncompleteTaskSourcesForTesting() function in base::internal::TaskTracker
/aosp_15_r20/external/cronet/base/test/
H A Dtask_environment.cc775 if (!task_tracker_->HasIncompleteTaskSourcesForTesting()) { in RunUntilIdle()