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

/external/compiler-rt/lib/tsan/tests/rtl/
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.h48 void ReadUnlock();
H A Dtsan_rtl_mutex.cc170 s->mtx.ReadUnlock();
248 s->mtx.ReadUnlock();
H A Dtsan_mutex.cc260 void Mutex::ReadUnlock() { function in class:__tsan::Mutex
H A Dtsan_interface_atomic.cc260 s->mtx.ReadUnlock();
H A Dtsan_rtl_report.cc174 s->mtx.ReadUnlock();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h110 mu_->ReadUnlock();

Completed in 521 milliseconds