HomeSort by relevance Sort by last modified time
    Searched refs:next_task_timeout (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
taskrunner.cc 67 int64_t previous_timeout_time = next_task_timeout();
138 int64_t TaskRunner::next_task_timeout() const { function in class:rtc::TaskRunner
155 int64_t previous_timeout_time = next_task_timeout();
214 int64_t next_timeout = next_task_timeout();
taskrunner.h 63 int64_t next_task_timeout() const;
69 // * when the next_task_timeout() becomes a smaller value OR
70 // * when next_task_timeout() has changed values and the previous
73 // If the next_task_timeout moves to the future, this method will *not*
74 // get called (because it subclass should check next_task_timeout()

Completed in 78 milliseconds