HomeSort by relevance Sort by last modified time
    Searched full:next_checkpoint (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc 192 int64_t next_checkpoint = now + (1000 * 60); local
216 if (m.next_callback < next_checkpoint)
217 next_checkpoint = m.next_callback;
230 int64_t time_to_wait = next_checkpoint - TickTime::MillisecondTimestamp();

Completed in 2082 milliseconds