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

/external/lldb/include/lldb/Host/
H A DProcessRunLock.h66 ReadUnlock () function in class:lldb_private::ProcessRunLock
145 m_lock->ReadUnlock();
/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.h49 void ReadUnlock();
H A Dtsan_mutex.cc273 void Mutex::ReadUnlock() { function in class:__tsan::Mutex
H A Dtsan_rtl_mutex.cc259 s->mtx.ReadUnlock();
362 s->mtx.ReadUnlock();
H A Dtsan_interface_atomic.cc297 s->mtx.ReadUnlock();
483 s->mtx.ReadUnlock();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h118 void ReadUnlock() { function in class:__sanitizer::RWMutex
196 mu_->ReadUnlock();
H A Dsanitizer_addrhashmap.h196 b->mtx.ReadUnlock();
329 b->mtx.ReadUnlock();
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cc65 s2->mtx.ReadUnlock();

Completed in 404 milliseconds