Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dasyncinvoker.cc18 AsyncInvoker::AsyncInvoker() : destroying_(false) {} in AsyncInvoker()
21 destroying_ = true; in ~AsyncInvoker()
40 if (destroying_) return; in Flush()
61 if (destroying_) { in DoInvoke()
72 if (destroying_) { in DoInvokeDelayed()
Dasyncinvoker.h141 bool destroying_; variable