OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cs_
(Results
1 - 16
of
16
) sorted by null
/external/google-breakpad/src/client/windows/common/
auto_critical_section.h
43
explicit AutoCriticalSection(CRITICAL_SECTION* cs) :
cs_
(cs), taken_(false) {
44
assert(
cs_
);
58
EnterCriticalSection(
cs_
);
67
LeaveCriticalSection(
cs_
);
75
CRITICAL_SECTION*
cs_
;
member in class:google_breakpad::AutoCriticalSection
/external/webrtc/webrtc/base/
signalthread.h
117
explicit EnterExit(SignalThread* t) EXCLUSIVE_LOCK_FUNCTION(t->
cs_
)
119
t_->
cs_
.Enter();
127
t_->
cs_
.Leave();
143
CriticalSection
cs_
;
member in class:rtc::SignalThread
criticalsection.cc
118
CritScope::CritScope(CriticalSection* cs) :
cs_
(cs) {
cs_
->Enter(); }
119
CritScope::~CritScope() {
cs_
->Leave(); }
122
:
cs_
(cs), locked_(cs->TryEnter()) {
129
cs_
->Leave();
criticalsection.h
74
CriticalSection* const
cs_
;
member in class:rtc::CritScope
95
CriticalSection* const
cs_
;
member in class:rtc::TryCritScope
signalthread.cc
67
cs_
.Leave();
69
cs_
.Enter();
criticalsection_unittest.cc
117
cs_
.Enter();
120
cs_
.Leave();
124
CriticalSection
cs_
;
member in class:rtc::__anon49583::CriticalSectionLock
win32socketserver.h
127
CriticalSection
cs_
;
member in class:rtc::Win32SocketServer
stream.h
655
CritScope lock(&
cs_
);
661
CritScope lock(&
cs_
);
672
CriticalSection
cs_
;
member in class:rtc::StreamReference::StreamRefCount
thread_unittest.cc
157
CritScope scoped_lock(&
cs_
);
162
CritScope scoped_lock(&
cs_
);
167
mutable CriticalSection
cs_
;
member in class:AtomicBool
win32socketserver.cc
791
CritScope scope(&
cs_
);
805
CritScope scope(&
cs_
);
818
CritScope scope(&
cs_
);
/external/webrtc/webrtc/modules/video_coding/
video_coding_impl.cc
47
:
cs_
(CriticalSectionWrapper::CreateCriticalSection()), callback_(NULL) {}
52
CriticalSectionScoped cs(
cs_
.get());
60
CriticalSectionScoped cs(
cs_
.get());
68
rtc::scoped_ptr<CriticalSectionWrapper>
cs_
;
member in class:webrtc::__anon50104::EncodedImageCallbackWrapper
69
EncodedImageCallback* callback_ GUARDED_BY(
cs_
);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.cc
138
CriticalSectionScoped
cs_
(crit_sect_.get());
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp
[
all
...]
/external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp
4829
CommentStyle::Enum
cs_
;
member in struct:Json::BuiltStyledStreamWriter
[
all
...]
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp
[
all
...]
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp
[
all
...]
Completed in 656 milliseconds