Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_pool_impl.h94 std::optional<TimeTicks> NextScheduledRunTimeForTesting() const;
H A Dthread_pool_impl.cc324 std::optional<TimeTicks> ThreadPoolImpl::NextScheduledRunTimeForTesting() in NextScheduledRunTimeForTesting() function in base::internal::ThreadPoolImpl
/aosp_15_r20/external/cronet/base/test/
H A Dtask_environment.cc322 thread_pool_->NextScheduledRunTimeForTesting(); in FastForwardToNextTaskOrCap()