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

  /external/webrtc/webrtc/base/
task.cc 30 timeout_suspended_(false) {
247 if (timeout_seconds_ && timeout_allowed && !timeout_suspended_)
263 if (!timeout_suspended_) {
264 timeout_suspended_ = true;
270 if (timeout_suspended_) {
271 timeout_suspended_ = false;
task.h 166 bool timeout_suspended_; member in class:rtc::Task

Completed in 55 milliseconds