Searched refs:stop_ (Results 1 – 6 of 6) sorted by relevance
46 stop_(false), in ProcessThreadImpl()52 RTC_DCHECK(!stop_); in ~ProcessThreadImpl()66 RTC_DCHECK(!stop_); in Start()90 stop_ = true; in Stop()96 stop_ = false; in Stop()196 if (stop_) in Process()
79 bool stop_; variable
101 stop_(false), in PlatformThread()134 stop_ = false; in PlatformThread()167 QueueUserAPC(&RaiseFlag, thread_, reinterpret_cast<ULONG_PTR>(&stop_)); in PlatformThread()190 } while (!stop_); in PlatformThread()
86 bool stop_; variable
46 stop_(0), in VideoCaptureInput()65 rtc::AtomicOps::ReleaseStore(&stop_, 1); in ~VideoCaptureInput()129 if (rtc::AtomicOps::AcquireLoad(&stop_)) in EncoderProcess()
82 volatile int stop_; variable