Searched refs:WriterUnlock (Results 1 – 4 of 4) sorted by relevance
47 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() in WriterUnlock() function116 ~WriterMutexLock() { mu_->WriterUnlock(); } in ~WriterMutexLock()
263 void WriterUnlock() ABSL_UNLOCK_FUNCTION() { this->Unlock(); } in WriterUnlock() function592 ~WriterMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->WriterUnlock(); } in ABSL_UNLOCK_FUNCTION()
255 void WriterUnlock() ABSL_UNLOCK_FUNCTION() { this->Unlock(); } in WriterUnlock() function598 ~WriterMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->WriterUnlock(); } in ABSL_UNLOCK_FUNCTION()
1155 mu_->WriterUnlock(); in ~RWLocker()