Searched refs:stop_ (Results 1 – 8 of 8) 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
70 stop_ = false; in start()77 stop_ = true; in stop()84 return !stop_; in isStarted()114 if (thiz->stop_) in readLoop()
91 volatile bool stop_; member in cv::cudacodec::detail::RawVideoSourceWrapper
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