Searched refs:ReaderMutexUnlock (Results 1 – 1 of 1) sorted by relevance
2999 class SCOPED_LOCKABLE ReaderMutexUnlock { class3001 ReaderMutexUnlock(Mutex *mu) SHARED_UNLOCK_FUNCTION(mu);3002 ~ReaderMutexUnlock() EXCLUSIVE_UNLOCK_FUNCTION();3021 ReaderMutexUnlock scope(&mu); in simpleShared()3037 ReaderMutexUnlock inner(&mu); in innerUnlockShared()