Searched defs:ReaderUnlock (Results 1 - 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dmutex.h156 inline void ReaderUnlock(); // Release a read share of this Mutex
198 void Mutex::ReaderUnlock() { assert(mutex_-- > 0); } function in class:Mutex
211 void Mutex::ReaderUnlock() { Unlock(); } function in class:Mutex
233 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock); } function in class:Mutex
255 void Mutex::ReaderUnlock() { Unlock(); } function in class:Mutex
279 ~ReaderMutexLock() { mu_->ReaderUnlock(); }
/external/regex-re2/util/
H A Dmutex.h66 inline void ReaderUnlock(); // Release a read share of this Mutex
101 void Mutex::ReaderUnlock() { assert(mutex_-- > 0); } function in class:re2::Mutex
114 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); } function in class:re2::Mutex
129 void Mutex::ReaderUnlock() { Unlock(); } function in class:re2::Mutex
140 void Mutex::ReaderUnlock() { Unlock(); } function in class:re2::Mutex
164 ~ReaderMutexLock() { mu_->ReaderUnlock(); }
/external/valgrind/unittest/
H A Dthread_wrappers_win.h98 void ReaderUnlock() { Unlock(); } function in class:Mutex
H A Dthread_wrappers_pthread.h171 void ReaderUnlock() { Unlock(); } function in class:Mutex
247 void ReaderUnlock() { CHECK(0 == pthread_rwlock_unlock(&mu_)); } function in class:RWLock
272 mu_->ReaderUnlock();
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h212 void ReaderUnlock() { Unlock(); } function in class:Mutex
306 void ReaderUnlock() { CHECK(0 == pthread_rwlock_unlock(&mu_)); } function in class:RWLock
319 mu_->ReaderUnlock();

Completed in 198 milliseconds