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

/external/chromium_org/third_party/webrtc/base/
H A Dcriticalsection.h114 // CritScope, for serializing execution through a scope.
115 class SCOPED_LOCKABLE CritScope { class in namespace:rtc
117 explicit CritScope(CriticalSection *pcrit) EXCLUSIVE_LOCK_FUNCTION(pcrit) {
121 ~CritScope() UNLOCK_FUNCTION() {
126 DISALLOW_COPY_AND_ASSIGN(CritScope);
133 // IMPORTANT: Unlike CritScope, the lock may not be owned by this thread in

Completed in 74 milliseconds