Home
last modified time | relevance | path

Searched refs:SharedScope (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dsharedexclusivelock.h42 class SCOPED_LOCKABLE SharedScope {
44 explicit SharedScope(SharedExclusiveLock* lock) SHARED_LOCK_FUNCTION(lock) in SharedScope() function
49 ~SharedScope() UNLOCK_FUNCTION() { lock_->UnlockShared(); } in UNLOCK_FUNCTION()
54 RTC_DISALLOW_COPY_AND_ASSIGN(SharedScope);
Dprofiler.cc118 SharedScope scope(&lock_); in StopEvent()
132 SharedScope scope(&lock_); in ReportToLog()
159 SharedScope scope(&lock_); in GetEvent()
Dsharedexclusivelock_unittest.cc73 SharedScope ss(shared_exclusive_lock_); in OnMessage()
143 SharedScope ss(shared_exclusive_lock_.get()); in TEST_F()
166 SharedScope ss(shared_exclusive_lock_.get()); in TEST_F()