Searched refs:stop_event_ (Results 1 – 2 of 2) sorted by relevance
104 stop_event_(false, false), in PlatformThread()172 stop_event_.Set(); in PlatformThread()192 } while (!stop_event_.Wait(0)); in PlatformThread()
91 rtc::Event stop_event_; variable