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)
230 int64_t time_to_wait = next_checkpoint - TickTime::MillisecondTimestamp(); in Process() local231 if (time_to_wait > 0) in Process()232 wake_up_->Wait(static_cast<unsigned long>(time_to_wait)); in Process()