Searched refs:mu_ (Results 1 – 1 of 1) sorted by relevance
421 explicit MutexLock(Thread* self, Mutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) : self_(self), mu_(mu) { in MutexLock()422 mu_.ExclusiveLock(self_); in MutexLock()426 mu_.ExclusiveUnlock(self_); in UNLOCK_FUNCTION()431 Mutex& mu_; variable442 self_(self), mu_(mu) { in ReaderMutexLock()443 mu_.SharedLock(self_); in ReaderMutexLock()447 mu_.SharedUnlock(self_); in UNLOCK_FUNCTION()452 ReaderWriterMutex& mu_; variable464 self_(self), mu_(mu) { in WriterMutexLock()465 mu_.ExclusiveLock(self_); in WriterMutexLock()[all …]