Home
last modified time | relevance | path

Searched refs:cs_ (Results 1 – 22 of 22) sorted by relevance

/external/google-breakpad/src/client/windows/common/
Dauto_critical_section.h43 explicit AutoCriticalSection(CRITICAL_SECTION* cs) : cs_(cs), taken_(false) { in AutoCriticalSection()
44 assert(cs_); in AutoCriticalSection()
58 EnterCriticalSection(cs_); in Acquire()
67 LeaveCriticalSection(cs_); in Release()
75 CRITICAL_SECTION* cs_; variable
/external/webrtc/webrtc/base/
Dcriticalsection.cc118 CritScope::CritScope(CriticalSection* cs) : cs_(cs) { cs_->Enter(); } in CritScope()
119 CritScope::~CritScope() { cs_->Leave(); } in ~CritScope()
122 : cs_(cs), locked_(cs->TryEnter()) { in TryCritScope()
129 cs_->Leave(); in ~TryCritScope()
Dsignalthread.h117 explicit EnterExit(SignalThread* t) EXCLUSIVE_LOCK_FUNCTION(t->cs_) in EnterExit()
119 t_->cs_.Enter(); in EnterExit()
127 t_->cs_.Leave(); in UNLOCK_FUNCTION()
143 CriticalSection cs_; variable
Dcriticalsection.h74 CriticalSection* const cs_;
95 CriticalSection* const cs_;
Dsignalthread.cc67 cs_.Leave(); in Destroy()
69 cs_.Enter(); in Destroy()
Dcriticalsection_unittest.cc117 cs_.Enter(); in Lock()
120 cs_.Leave(); in Unlock()
124 CriticalSection cs_; member in rtc::__anon2886ee050111::CriticalSectionLock
Dstream.h655 CritScope lock(&cs_); in AddReference()
661 CritScope lock(&cs_); in Release()
672 CriticalSection cs_; variable
Dthread_unittest.cc157 CritScope scoped_lock(&cs_); in operator =()
162 CritScope scoped_lock(&cs_); in get()
167 mutable CriticalSection cs_; member in AtomicBool
Dwin32socketserver.cc791 CritScope scope(&cs_); in Wait()
805 CritScope scope(&cs_); in WakeUp()
818 CritScope scope(&cs_); in Pump()
Dwin32socketserver.h127 CriticalSection cs_; variable
/external/webrtc/webrtc/modules/video_coding/
Dvideo_coding_impl.cc47 : cs_(CriticalSectionWrapper::CreateCriticalSection()), callback_(NULL) {} in EncodedImageCallbackWrapper()
52 CriticalSectionScoped cs(cs_.get()); in Register()
60 CriticalSectionScoped cs(cs_.get()); in Encoded()
68 rtc::scoped_ptr<CriticalSectionWrapper> cs_; member in webrtc::__anon537e30f80111::EncodedImageCallbackWrapper
69 EncodedImageCallback* callback_ GUARDED_BY(cs_);
/external/angle/third_party/jsoncpp/source/src/lib_json/
Djson_writer.cpp896 CommentStyle::Enum cs_; member
914 : rightMargin_(74), indentation_(std::move(indentation)), cs_(cs), in BuiltStyledStreamWriter()
1002 bool isMultiLine = (cs_ == CommentStyle::All) || isMultilineArray(value); in writeArrayValue()
1108 if (cs_ == CommentStyle::None) in writeCommentBeforeValue()
1129 if (cs_ == CommentStyle::None) in writeCommentAfterValueOnSameLine()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc138 CriticalSectionScoped cs_(crit_sect_.get()); in TimeUntilNextProcess() local
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.h515 std::unique_ptr<VkShaderObj> cs_; member
Dvklayertests_pipeline_shader.cpp1224 pipe.cs_.reset(new VkShaderObj(m_device, spv_source, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F()
1251 pipe.cs_.reset(new VkShaderObj(m_device, cs_text, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F()
4433 pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F()
4456 helper.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F()
4992 …pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this, "main", fals… in TEST_F()
Dlayer_validation_tests.cpp1624cs_.reset(new VkShaderObj(layer_test_.DeviceObj(), bindStateMinimalShaderText, VK_SHADER_STAGE_COM… in InitShaderInfo()
1667 cp_ci_.stage = cs_.get()->GetStageCreateInfo(); in LateBindPipelineInfo()
Dvkpositivelayertests.cpp1432 …pipe.cs_.reset(new VkShaderObj(m_device, bindStateMinimalShaderText, VK_SHADER_STAGE_COMPUTE_BIT, … in TEST_F()
5355 pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F()
5389 pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F()
5424 pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F()
5459 pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp4773 CommentStyle::Enum cs_; member
4788 , cs_(cs) in BuiltStyledStreamWriter()
4875 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue()
4978 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue()
4997 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp4773 CommentStyle::Enum cs_; member
4788 , cs_(cs) in BuiltStyledStreamWriter()
4875 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue()
4978 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue()
4997 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
/external/angle/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp4773 CommentStyle::Enum cs_; member
4788 , cs_(cs) in BuiltStyledStreamWriter()
4875 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue()
4978 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue()
4997 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp4773 CommentStyle::Enum cs_; member
4788 , cs_(cs) in BuiltStyledStreamWriter()
4875 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue()
4978 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue()
4997 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp4829 CommentStyle::Enum cs_; member
4848 , cs_(cs) in BuiltStyledStreamWriter()
4937 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue()
5039 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue()
5058 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()