Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/test/
H A Dscoped_run_loop_timeout.cc72 RunLoop::SetTimeoutForCurrentThread(nested_timeout_); in ~ScopedRunLoopTimeout()
93 RunLoop::SetTimeoutForCurrentThread(&run_timeout_); in ScopedRunLoopTimeout()
141 RunLoop::SetTimeoutForCurrentThread(nullptr); in ScopedDisableRunLoopTimeout()
147 RunLoop::SetTimeoutForCurrentThread(nested_timeout_); in ~ScopedDisableRunLoopTimeout()
/aosp_15_r20/external/cronet/base/
H A Drun_loop.h284 static void SetTimeoutForCurrentThread(const RunLoopTimeout* timeout);
H A Drun_loop.cc275 void RunLoop::SetTimeoutForCurrentThread(const RunLoopTimeout* timeout) { in SetTimeoutForCurrentThread() function in base::RunLoop