Searched refs:ReaderUnlock (Results 1 - 9 of 9) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dmutex.h168 inline void ReaderUnlock(); // Release a read share of this Mutex
212 void Mutex::ReaderUnlock() { assert(mutex_-- > 0); } function in class:ceres::internal::Mutex
225 void Mutex::ReaderUnlock() { Unlock(); } function in class:ceres::internal::Mutex
246 void Mutex::ReaderUnlock() { CERES_SAFE_PTHREAD(pthread_rwlock_unlock); } function in class:ceres::internal::Mutex
267 void Mutex::ReaderUnlock() { Unlock(); } function in class:ceres::internal::Mutex
299 ~CeresReaderMutexLock() { mu_->ReaderUnlock(); }
/external/chromium_org/third_party/re2/util/
H A Dmutex.h70 inline void ReaderUnlock(); // Release a read share of this Mutex
105 void Mutex::ReaderUnlock() { assert(mutex_-- > 0); } function in class:re2::Mutex
118 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); } function in class:re2::Mutex
133 void Mutex::ReaderUnlock() { Unlock(); } function in class:re2::Mutex
144 void Mutex::ReaderUnlock() { Unlock(); } function in class:re2::Mutex
168 ~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/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsimple_mutex.h172 inline void ReaderUnlock(); // Release a read share of this Mutex
214 void Mutex::ReaderUnlock() { assert(mutex_-- > 0); } function in class:MUTEX_NAMESPACE::Mutex
232 void Mutex::ReaderUnlock() { Unlock(); } function in class:MUTEX_NAMESPACE::Mutex
254 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock); } function in class:MUTEX_NAMESPACE::Mutex
277 void Mutex::ReaderUnlock() { Unlock(); } function in class:MUTEX_NAMESPACE::Mutex
301 ~ReaderMutexLock() { mu_->ReaderUnlock(); }
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsimple_mutex.h172 inline void ReaderUnlock(); // Release a read share of this Mutex
214 void Mutex::ReaderUnlock() { assert(mutex_-- > 0); } function in class:MUTEX_NAMESPACE::Mutex
232 void Mutex::ReaderUnlock() { Unlock(); } function in class:MUTEX_NAMESPACE::Mutex
254 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock); } function in class:MUTEX_NAMESPACE::Mutex
277 void Mutex::ReaderUnlock() { Unlock(); } function in class:MUTEX_NAMESPACE::Mutex
301 ~ReaderMutexLock() { 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();
H A Dtsan_unittest.cpp1240 MU.ReaderUnlock();
1252 MU.ReaderUnlock();
1300 MU.ReaderUnlock();
1333 MU.ReaderUnlock();
1361 MU.ReaderUnlock();
6098 MU.ReaderUnlock();
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc1128 mu_->ReaderUnlock();
1138 mu_->ReaderUnlock();
/external/regex-re2/re2/
H A Ddfa.cc1126 mu_->ReaderUnlock();
1136 mu_->ReaderUnlock();

Completed in 262 milliseconds