OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stop_
(Results
1 - 9
of
9
) sorted by null
/external/opencv3/modules/cudacodec/src/
video_source.cpp
70
stop_
= false;
77
stop_
= true;
84
return !
stop_
;
114
if (thiz->
stop_
)
video_source.hpp
91
volatile bool
stop_
;
member in class:cv::cudacodec::detail::RawVideoSourceWrapper
/external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc
46
stop_
(false),
52
RTC_DCHECK(!
stop_
);
66
RTC_DCHECK(!
stop_
);
90
stop_
= true;
96
stop_
= false;
196
if (
stop_
)
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.cc
46
stop_
(0),
65
rtc::AtomicOps::ReleaseStore(&
stop_
, 1);
129
if (rtc::AtomicOps::AcquireLoad(&
stop_
))
video_capture_input.h
82
volatile int
stop_
;
member in class:webrtc::internal::VideoCaptureInput
/external/webrtc/webrtc/base/
platform_thread.cc
101
stop_
(false),
134
stop_
= false;
166
// Set
stop_
to |true| on the worker thread.
167
QueueUserAPC(&RaiseFlag, thread_, reinterpret_cast<ULONG_PTR>(&
stop_
));
184
// call the function before checking |
stop_
|.
188
// Alertable sleep to permit RaiseFlag to run and update |
stop_
|.
190
} while (!
stop_
);
platform_thread.h
86
bool
stop_
;
member in class:rtc::PlatformThread
/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 876 milliseconds