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

/external/chromium_org/third_party/webrtc/base/
H A Dsharedexclusivelock.h26 // Locking/unlocking methods. It is encouraged to use SharedScope or
42 class SCOPED_LOCKABLE SharedScope { class in namespace:rtc
44 explicit SharedScope(SharedExclusiveLock* lock) SHARED_LOCK_FUNCTION(lock)
49 ~SharedScope() UNLOCK_FUNCTION() { lock_->UnlockShared(); }
54 DISALLOW_COPY_AND_ASSIGN(SharedScope);

Completed in 54 milliseconds