Searched defs:CriticalSectionScoped (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/interface/
H A Dcritical_section_wrapper.h38 class CriticalSectionScoped class in namespace:webrtc
44 explicit CriticalSectionScoped(CriticalSectionWrapper& critsec) function in class:webrtc::CriticalSectionScoped
50 explicit CriticalSectionScoped(CriticalSectionWrapper* critsec) function in class:webrtc::CriticalSectionScoped
56 ~CriticalSectionScoped()
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dcritical_section_wrapper.h38 class SCOPED_LOCKABLE CriticalSectionScoped { class in namespace:webrtc
40 explicit CriticalSectionScoped(CriticalSectionWrapper* critsec)
46 ~CriticalSectionScoped() UNLOCK_FUNCTION() { ptr_crit_sec_->Leave(); }

Completed in 116 milliseconds