Home
last modified time | relevance | path

Searched refs:ReaderUnlock (Results 1 – 2 of 2) sorted by relevance

/external/gflags/src/
Dmutex.h184 inline void ReaderUnlock(); // Release a read share of this Mutex
228 void Mutex::ReaderUnlock() { assert(mutex_-- > 0); } in ReaderUnlock() function
248 void Mutex::ReaderUnlock() { Unlock(); } in ReaderUnlock() function
272 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock); } in ReaderUnlock() function
297 void Mutex::ReaderUnlock() { Unlock(); } in ReaderUnlock() function
321 ~ReaderMutexLock() { mu_->ReaderUnlock(); } in ~ReaderMutexLock()
/external/clang/docs/
DThreadSafetyAnalysis.rst847 void ReaderUnlock() RELEASE_SHARED();