Searched refs:next_checkpoint (Results 1 – 1 of 1) sorted by relevance
205 int64_t next_checkpoint = now + (1000 * 60); in Process() local234 if (m.next_callback < next_checkpoint) in Process()235 next_checkpoint = m.next_callback; in Process()244 next_checkpoint = in Process()245 std::min(next_checkpoint, delayed_tasks_.top().run_at_ms); in Process()259 int64_t time_to_wait = next_checkpoint - rtc::TimeMillis(); in Process()