Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dplatform_thread.cc104 stop_event_(false, false), in PlatformThread()
172 stop_event_.Set(); in PlatformThread()
192 } while (!stop_event_.Wait(0)); in PlatformThread()
Dplatform_thread.h91 rtc::Event stop_event_; variable