Searched defs:ExclusiveScope (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/webrtc/base/
H A Dsharedexclusivelock.h27 // ExclusiveScope for protection.
57 class SCOPED_LOCKABLE ExclusiveScope { class in namespace:rtc
59 explicit ExclusiveScope(SharedExclusiveLock* lock)
65 ~ExclusiveScope() UNLOCK_FUNCTION() { lock_->UnlockExclusive(); }
70 DISALLOW_COPY_AND_ASSIGN(ExclusiveScope);

Completed in 334 milliseconds