Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dtask.cc29 timeout_seconds_(0), in Task()
232 timeout_seconds_ = timeout_seconds; in set_timeout_seconds()
237 return timeout_seconds_ && in TimedOut()
247 if (timeout_seconds_ && timeout_allowed && !timeout_suspended_) in ResetTimeout()
249 (timeout_seconds_ * kSecToMsec * kMsecTo100ns); in ResetTimeout()
Dtask.h114 int timeout_seconds() const { return timeout_seconds_; } in timeout_seconds()
165 int timeout_seconds_; variable