| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interface_java.cpp | 181 MutexUnlock(thr, 0, addr); in __tsan_java_mutex_unlock() 227 return MutexUnlock(thr, 0, addr, MutexFlagRecursiveUnlock); in __tsan_java_mutex_unlock_rec()
|
| H A D | tsan_interface_ann.cpp | 201 MutexUnlock(thr, pc, m); in AnnotateRWLockReleased() 396 ret = MutexUnlock(thr, pc, (uptr)m, flagz); in __tsan_mutex_pre_unlock()
|
| H A D | tsan_interceptors_mac.cpp | 398 MutexUnlock(thr, pc, addr); in TSAN_INTERCEPTOR()
|
| H A D | tsan_rtl.h | 557 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz = 0);
|
| H A D | tsan_rtl_mutex.cpp | 212 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexUnlock() function
|
| H A D | tsan_interceptors_posix.cpp | 1217 MutexUnlock(thr, pc, (uptr)m); in cond_wait() 1397 MutexUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR() 2439 MutexUnlock(((TsanInterceptorContext *)ctx)->thr, \
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface_java.cpp | 181 MutexUnlock(thr, 0, addr); in __tsan_java_mutex_unlock() 227 return MutexUnlock(thr, 0, addr, MutexFlagRecursiveUnlock); in __tsan_java_mutex_unlock_rec()
|
| H A D | tsan_interface_ann.cpp | 201 MutexUnlock(thr, pc, m); in AnnotateRWLockReleased() 396 ret = MutexUnlock(thr, pc, (uptr)m, flagz); in __tsan_mutex_pre_unlock()
|
| H A D | tsan_interceptors_mac.cpp | 398 MutexUnlock(thr, pc, addr); in TSAN_INTERCEPTOR()
|
| H A D | tsan_rtl.h | 580 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz = 0);
|
| H A D | tsan_rtl_mutex.cpp | 216 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexUnlock() function
|
| H A D | tsan_interceptors_posix.cpp | 1222 MutexUnlock(thr, pc, (uptr)m); in cond_wait() 1402 MutexUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR() 2445 MutexUnlock(((TsanInterceptorContext *)ctx)->thr, \
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-thread-safety-analysis.cpp | 2990 class SCOPED_LOCKABLE MutexUnlock { class 2992 MutexUnlock(Mutex *mu) EXCLUSIVE_UNLOCK_FUNCTION(mu); 2993 ~MutexUnlock() EXCLUSIVE_UNLOCK_FUNCTION(); 3015 MutexUnlock scope(&mu); in simple() 3028 MutexUnlock inner(&mu); in innerUnlock() 3044 MutexUnlock scope(&mu); in manual() 3052 MutexUnlock scope(&mu); in join() 3060 MutexUnlock scope(&mu); in doubleLock() 3066 MutexUnlock scope(&mu); // expected-note{{mutex released here}} in doubleUnlock()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 274 MutexUnlock(thr, 0, addr); in __tsan_mutex_before_unlock()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_trace_test.cpp | 214 MutexUnlock(thr, 0x4003, 0x5002, 0); in TRACE_TEST()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | 2008-07-15-Bswap.ll | 366 declare void @MutexUnlock(%struct.Mutex*)
|