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

/netbsd-current/sys/external/bsd/compiler_rt/dist/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.h55 void ReadUnlock();
111 void ReadUnlock(const Mutex &m);
H A Dtsan_test_util_posix.cc186 void Mutex::ReadUnlock() {
314 static_cast<Mutex*>(ev->ptr)->ReadUnlock();
459 void ScopedThread::ReadUnlock(const Mutex &m) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.h52 void ReadUnlock();
H A Dtsan_rtl_mutex.cc151 s->mtx.ReadUnlock();
154 s->mtx.ReadUnlock();
264 s->mtx.ReadUnlock();
298 s->mtx.ReadUnlock();
412 s->mtx.ReadUnlock();
H A Dtsan_mutex.cc276 void Mutex::ReadUnlock() { function in class:__tsan::Mutex
H A Dtsan_interface_atomic.cc240 s->mtx.ReadUnlock();
428 s->mtx.ReadUnlock();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.h50 void ReadUnlock();
H A Dtsan_rtl_mutex.cc149 s->mtx.ReadUnlock();
152 s->mtx.ReadUnlock();
262 s->mtx.ReadUnlock();
296 s->mtx.ReadUnlock();
410 s->mtx.ReadUnlock();
H A Dtsan_mutex.cc274 void Mutex::ReadUnlock() { function in class:__tsan::Mutex
H A Dtsan_interface_atomic.cc238 s->mtx.ReadUnlock();
426 s->mtx.ReadUnlock();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mutex.h129 void ReadUnlock() { function in class:__sanitizer::RWMutex
207 mu_->ReadUnlock();
H A Dsanitizer_addrhashmap.h208 b->mtx.ReadUnlock();
341 b->mtx.ReadUnlock();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.h127 void ReadUnlock() { function in class:__sanitizer::RWMutex
205 mu_->ReadUnlock();
H A Dsanitizer_addrhashmap.h206 b->mtx.ReadUnlock();
339 b->mtx.ReadUnlock();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.h274 void ReadUnlock() RELEASE_SHARED() {
386 ~GenericScopedReadLock() RELEASE() { mu_->ReadUnlock(); }
411 mu_->ReadUnlock();
H A Dsanitizer_addrhashmap.h245 b->mtx.ReadUnlock();
378 b->mtx.ReadUnlock();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_sync_test.cc65 s2->mtx.ReadUnlock();

Completed in 138 milliseconds