Searched refs:ReaderUnlock (Results 1 – 2 of 2) sorted by relevance
184 inline void ReaderUnlock(); // Release a read share of this Mutex228 void Mutex::ReaderUnlock() { assert(mutex_-- > 0); } in ReaderUnlock() function248 void Mutex::ReaderUnlock() { Unlock(); } in ReaderUnlock() function272 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock); } in ReaderUnlock() function297 void Mutex::ReaderUnlock() { Unlock(); } in ReaderUnlock() function321 ~ReaderMutexLock() { mu_->ReaderUnlock(); } in ~ReaderMutexLock()
847 void ReaderUnlock() RELEASE_SHARED();