Searched refs:ReadUnlock (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/tsan/rtl_tests/
H A Dtsan_mutex.cc74 t.ReadUnlock(m);
77 t.ReadUnlock(m);
85 t.ReadUnlock(m);
89 t.ReadUnlock(m);
90 t.ReadUnlock(m);
144 t1.ReadUnlock(m);
145 t3.ReadUnlock(m);
H A Dtsan_test_util.h47 void ReadUnlock();
103 void ReadUnlock(const Mutex &m);
H A Dtsan_test_util_linux.cc179 void Mutex::ReadUnlock() {
302 static_cast<Mutex*>(ev->ptr)->ReadUnlock();
446 void ScopedThread::ReadUnlock(const Mutex &m) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h46 void ReadUnlock();
H A Dtsan_rtl_mutex.cc157 s->mtx.ReadUnlock();
231 s->mtx.ReadUnlock();
H A Dtsan_mutex.cc249 void Mutex::ReadUnlock() { function in class:__tsan::Mutex
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h94 mu_->ReadUnlock();

Completed in 718 milliseconds