Searched refs:time_to_wait (Results 1 – 2 of 2) sorted by relevance
53 def run_once(self, time_to_wait=20): argument60 time_to_wait)
259 int64_t time_to_wait = next_checkpoint - rtc::TimeMillis(); in Process() local260 if (time_to_wait > 0) in Process()261 wake_up_.Wait(static_cast<int>(time_to_wait)); in Process()