Home
last modified time | relevance | path

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

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