Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
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.h55 void ReadUnlock();
111 void ReadUnlock(const Mutex &m);
Dtsan_test_util_posix.cc231 void Mutex::ReadUnlock() { in ReadUnlock() function in Mutex
359 static_cast<Mutex*>(ev->ptr)->ReadUnlock(); in HandleEvent()
504 void ScopedThread::ReadUnlock(const Mutex &m) { in ReadUnlock() function in ScopedThread
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h124 void ReadUnlock() { in ReadUnlock() function
202 mu_->ReadUnlock(); in ~GenericScopedReadLock()
Dsanitizer_addrhashmap.h196 b->mtx.ReadUnlock(); in acquire()
329 b->mtx.ReadUnlock(); in release()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h52 void ReadUnlock();
Dtsan_mutex.cc276 void Mutex::ReadUnlock() { in ReadUnlock() function in __tsan::Mutex
Dtsan_rtl_mutex.cc257 s->mtx.ReadUnlock(); in MutexReadLock()
370 s->mtx.ReadUnlock(); in Acquire()
Dtsan_interface_atomic.cc235 s->mtx.ReadUnlock(); in AtomicLoad()
422 s->mtx.ReadUnlock(); in AtomicCAS()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_sync_test.cc65 s2->mtx.ReadUnlock(); in TEST()