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

/external/webrtc/webrtc/system_wrappers/include/
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 118 milliseconds