Home
last modified time | relevance | path

Searched refs:GetTimeoutForCurrentThread (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/test/
H A Dscoped_run_loop_timeout.cc71 CHECK_EQ(&run_timeout_, RunLoop::GetTimeoutForCurrentThread()); in ~ScopedRunLoopTimeout()
79 : nested_timeout_(RunLoop::GetTimeoutForCurrentThread()) { in ScopedRunLoopTimeout()
119 return RunLoop::GetTimeoutForCurrentThread() != nullptr; in ExistsForCurrentThread()
129 ScopedRunLoopTimeout::GetTimeoutForCurrentThread() { in GetTimeoutForCurrentThread() function in base::test::ScopedRunLoopTimeout
130 return RunLoop::GetTimeoutForCurrentThread(); in GetTimeoutForCurrentThread()
140 : nested_timeout_(RunLoop::GetTimeoutForCurrentThread()) { in ScopedDisableRunLoopTimeout()
146 CHECK_EQ(nullptr, RunLoop::GetTimeoutForCurrentThread()); in ~ScopedDisableRunLoopTimeout()
H A Dscoped_run_loop_timeout.h118 static const RunLoop::RunLoopTimeout* GetTimeoutForCurrentThread();
H A Dtask_environment_unittest.cc984 ScopedRunLoopTimeout::GetTimeoutForCurrentThread(); in TEST_F()
993 ScopedRunLoopTimeout::GetTimeoutForCurrentThread(); in TEST_F()
1015 EXPECT_EQ(ScopedRunLoopTimeout::GetTimeoutForCurrentThread(), in TEST_F()
/aosp_15_r20/external/cronet/base/
H A Drun_loop.cc122 const RunLoopTimeout* run_timeout = GetTimeoutForCurrentThread(); in Run()
280 const RunLoop::RunLoopTimeout* RunLoop::GetTimeoutForCurrentThread() { in GetTimeoutForCurrentThread() function in base::RunLoop
H A Drun_loop.h285 static const RunLoopTimeout* GetTimeoutForCurrentThread();