Searched refs:MutexReadOrWriteUnlock (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 299 void MutexReadOrWriteUnlock(ThreadState *thr, uptr pc, uptr addr) { in MutexReadOrWriteUnlock() function
|
D | tsan_rtl.h | 732 void MutexReadOrWriteUnlock(ThreadState *thr, uptr pc, uptr addr);
|
D | tsan_interceptors.cc | 1287 MutexReadOrWriteUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 803 void MutexReadOrWriteUnlock(ThreadState *thr, uptr pc, uptr addr);
|
D | tsan_rtl_mutex.cpp | 340 void MutexReadOrWriteUnlock(ThreadState *thr, uptr pc, uptr addr) { in MutexReadOrWriteUnlock() function
|
D | tsan_interceptors_posix.cpp | 1434 MutexReadOrWriteUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR()
|