Home
last modified time | relevance | path

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

/external/webrtc/test/time_controller/
Dsimulated_time_controller.cc89 RunReadyRunners(); in YieldExecution()
94 void SimulatedTimeControllerImpl::RunReadyRunners() { in RunReadyRunners() function in webrtc::sim_time_impl::SimulatedTimeControllerImpl
216 impl_.RunReadyRunners(); in AdvanceTime()
226 impl_.RunReadyRunners(); in AdvanceTime()
Dsimulated_time_controller.h72 void RunReadyRunners() RTC_LOCKS_EXCLUDED(time_lock_, lock_);
Dexternal_time_controller.cc224 impl_.RunReadyRunners(); in Run()