Searched refs:WriterLock (Results 1 – 15 of 15) sorted by relevance
54 inline void WriterLock() { Lock(); } // Acquire an exclusive lock in WriterLock() function132 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock()
185 inline void WriterLock() { Lock(); } // Acquire an exclusive lock in WriterLock() function331 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock()
261 void WriterLock() ABSL_EXCLUSIVE_LOCK_FUNCTION() { this->Lock(); } in WriterLock() function584 mu->WriterLock(); in WriterMutexLock()
831 mu[j].WriterLock();
261 void WriterLock() ABSL_EXCLUSIVE_LOCK_FUNCTION() { this->Lock(); } in WriterLock() function585 mu->WriterLock(); in WriterMutexLock()
830 mu[j].WriterLock();
253 void WriterLock() ABSL_EXCLUSIVE_LOCK_FUNCTION() { this->Lock(); } in WriterLock() function584 mu->WriterLock(); in WriterMutexLock()
865 mu[j].WriterLock();
253 void WriterLock() ABSL_EXCLUSIVE_LOCK_FUNCTION() { this->Lock(); } in WriterLock() function586 mu->WriterLock(); in WriterMutexLock()
1142 mu_->WriterLock(); in LockForWriting()