Home
last modified time | relevance | path

Searched refs:time_to_wait (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/security_RendererSandbox/
Dsecurity_RendererSandbox.py53 def run_once(self, time_to_wait=20): argument
60 time_to_wait)
/external/webrtc/modules/utility/source/
Dprocess_thread_impl.cc259 int64_t time_to_wait = next_checkpoint - rtc::TimeMillis(); in Process() local
260 if (time_to_wait > 0) in Process()
261 wake_up_.Wait(static_cast<int>(time_to_wait)); in Process()