Home
last modified time | relevance | path

Searched refs:next_task_timeout (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dtaskrunner.cc67 int64_t previous_timeout_time = next_task_timeout(); in InternalRunTasks()
138 int64_t TaskRunner::next_task_timeout() const { in next_task_timeout() function in rtc::TaskRunner
155 int64_t previous_timeout_time = next_task_timeout(); in UpdateTaskTimeout()
214 int64_t next_timeout = next_task_timeout(); in CheckForTimeoutChange()
Dtaskrunner.h63 int64_t next_task_timeout() const;