Searched refs:RelockableExclusiveMutexLock (Results 1 – 1 of 1) sorted by relevance
2649 class SCOPED_LOCKABLE RelockableExclusiveMutexLock { class2651 RelockableExclusiveMutexLock(Mutex *mu) EXCLUSIVE_LOCK_FUNCTION(mu);2653 ~RelockableExclusiveMutexLock() EXCLUSIVE_UNLOCK_FUNCTION();2686 RelockableExclusiveMutexLock scope(&mu); in relock()2697 RelockableExclusiveMutexLock scope(&mu, DeferTraits{}); in deferLock()2746 RelockableExclusiveMutexLock scope(&mu); in doubleUnlock()2757 RelockableExclusiveMutexLock scope(&mu); in doubleLock2()2923 RelockableExclusiveMutexLock scope(&mu); in directUnlock()2932 RelockableExclusiveMutexLock scope(&mu); in directRelock()2941 RelockableExclusiveMutexLock scope(&mu); in destructLock()[all …]