Searched refs:ExclusiveScope (Results 1 - 3 of 3) sorted by relevance

/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);
H A Dsharedexclusivelock_unittest.cc107 ExclusiveScope es(shared_exclusive_lock_);
187 ExclusiveScope es(shared_exclusive_lock_.get());
206 ExclusiveScope es(shared_exclusive_lock_.get());
H A Dprofiler.cc101 ExclusiveScope scope(&lock_);
160 ExclusiveScope scope(&lock_);

Completed in 195 milliseconds