Searched refs:MutexLockUnlock (Results 1 – 1 of 1) sorted by relevance
3070 class SCOPED_LOCKABLE MutexLockUnlock { class3072 …MutexLockUnlock(Mutex *mu1, Mutex *mu2) EXCLUSIVE_UNLOCK_FUNCTION(mu1) EXCLUSIVE_LOCK_FUNCTION(mu2…3073 ~MutexLockUnlock() EXCLUSIVE_UNLOCK_FUNCTION();3083 MutexLockUnlock scope(&mu, &other); in lockUnlock()