Home
last modified time | relevance | path

Searched refs:stop_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl.cc46 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()
Dprocess_thread_impl.h79 bool stop_; variable
/external/webrtc/webrtc/base/
Dplatform_thread.cc101 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()
Dplatform_thread.h86 bool stop_; variable
/external/webrtc/webrtc/video/
Dvideo_capture_input.cc46 stop_(0), in VideoCaptureInput()
65 rtc::AtomicOps::ReleaseStore(&stop_, 1); in ~VideoCaptureInput()
129 if (rtc::AtomicOps::AcquireLoad(&stop_)) in EncoderProcess()
Dvideo_capture_input.h82 volatile int stop_; variable