Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/windows/
DProcessRunLock.cpp21 static bool ReadUnlock(lldb::rwlock_t rwlock) { in ReadUnlock() function
53 ::ReadUnlock(m_rwlock); in ReadTryLock()
57 bool ProcessRunLock::ReadUnlock() { return ::ReadUnlock(m_rwlock); } in ReadUnlock() function in ProcessRunLock
/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/llvm-project/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mutex.cpp73 t.ReadUnlock(m); in TEST()
76 t.ReadUnlock(m); in TEST()
84 t.ReadUnlock(m); in TEST()
88 t.ReadUnlock(m); in TEST()
89 t.ReadUnlock(m); in TEST()
143 t1.ReadUnlock(m); in TEST()
144 t3.ReadUnlock(m); in TEST()
Dtsan_test_util.h54 void ReadUnlock();
110 void ReadUnlock(const Mutex &m);
Dtsan_test_util_posix.cpp187 void Mutex::ReadUnlock() { in ReadUnlock() function in Mutex
334 static_cast<Mutex*>(ev->ptr)->ReadUnlock(); in HandleEvent()
480 void ScopedThread::ReadUnlock(const Mutex &m) { in ReadUnlock() function in ScopedThread
/external/llvm-project/lldb/include/lldb/Host/
DProcessRunLock.h31 bool ReadUnlock();
62 m_lock->ReadUnlock(); in Unlock()
/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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h128 void ReadUnlock() { in ReadUnlock() function
206 mu_->ReadUnlock(); in ~GenericScopedReadLock()
Dsanitizer_addrhashmap.h207 b->mtx.ReadUnlock(); in acquire()
340 b->mtx.ReadUnlock(); in release()
/external/llvm-project/lldb/source/Host/common/
DProcessRunLock.cpp33 bool ProcessRunLock::ReadUnlock() { in ReadUnlock() function in lldb_private::ProcessRunLock
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h51 void ReadUnlock();
Dtsan_rtl_mutex.cpp150 s->mtx.ReadUnlock(); in MutexPreLock()
153 s->mtx.ReadUnlock(); in MutexPreLock()
263 s->mtx.ReadUnlock(); in MutexPreReadLock()
297 s->mtx.ReadUnlock(); in MutexPostReadLock()
411 s->mtx.ReadUnlock(); in Acquire()
Dtsan_mutex.cpp275 void Mutex::ReadUnlock() { in ReadUnlock() function in __tsan::Mutex
Dtsan_interface_atomic.cpp239 s->mtx.ReadUnlock(); in AtomicLoad()
427 s->mtx.ReadUnlock(); in AtomicCAS()
/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/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_sync_test.cpp64 s2->mtx.ReadUnlock(); in TEST()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_sync_test.cc65 s2->mtx.ReadUnlock(); in TEST()