HomeSort by relevance Sort by last modified time
    Searched defs:stop_ (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/cudacodec/src/
video_source.hpp 91 volatile bool stop_; member in class:cv::cudacodec::detail::RawVideoSourceWrapper
  /external/webrtc/webrtc/base/
platform_thread.h 86 bool stop_; member in class:rtc::PlatformThread
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.h 69 rtc::CriticalSection lock_; // Used to guard modules_, tasks_ and stop_.
79 bool stop_; member in class:webrtc::ProcessThreadImpl
  /external/webrtc/webrtc/video/
video_capture_input.h 82 volatile int stop_; member in class:webrtc::internal::VideoCaptureInput
  /system/core/libmemunreachable/tests/
ThreadCapture_test.cpp 39 ThreadListTest() : stop_(false) {}
71 cv_stop_.wait(lk, [&] {return stop_;});
85 stop_ = true;
120 bool stop_; member in class:ThreadListTest

Completed in 218 milliseconds