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

  /external/webrtc/webrtc/base/
task.h 81 // timeout_seconds_."
114 int timeout_seconds() const { return timeout_seconds_; }
165 int timeout_seconds_; member in class:rtc::Task
task.cc 29 timeout_seconds_(0),
232 timeout_seconds_ = timeout_seconds;
237 return timeout_seconds_ &&
247 if (timeout_seconds_ && timeout_allowed && !timeout_suspended_)
249 (timeout_seconds_ * kSecToMsec * kMsecTo100ns);

Completed in 47 milliseconds