Searched refs:WriterUnlock (Results 1 – 3 of 3) sorted by relevance
68 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() in WriterUnlock() function175 ~WriterMutexLock() { mu_->WriterUnlock(); } in ~WriterMutexLock()
170 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() in WriterUnlock() function310 ~CeresWriterMutexLock() { mu_->WriterUnlock(); } in ~CeresWriterMutexLock()
1134 mu_->WriterUnlock(); in ~RWLocker()