Home
last modified time | relevance | path

Searched refs:MutexUnlock (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interface_java.cpp181 MutexUnlock(thr, 0, addr); in __tsan_java_mutex_unlock()
227 return MutexUnlock(thr, 0, addr, MutexFlagRecursiveUnlock); in __tsan_java_mutex_unlock_rec()
H A Dtsan_interface_ann.cpp201 MutexUnlock(thr, pc, m); in AnnotateRWLockReleased()
396 ret = MutexUnlock(thr, pc, (uptr)m, flagz); in __tsan_mutex_pre_unlock()
H A Dtsan_interceptors_mac.cpp398 MutexUnlock(thr, pc, addr); in TSAN_INTERCEPTOR()
H A Dtsan_rtl.h557 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz = 0);
H A Dtsan_rtl_mutex.cpp212 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexUnlock() function
H A Dtsan_interceptors_posix.cpp1217 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 Dtsan_interface_java.cpp181 MutexUnlock(thr, 0, addr); in __tsan_java_mutex_unlock()
227 return MutexUnlock(thr, 0, addr, MutexFlagRecursiveUnlock); in __tsan_java_mutex_unlock_rec()
H A Dtsan_interface_ann.cpp201 MutexUnlock(thr, pc, m); in AnnotateRWLockReleased()
396 ret = MutexUnlock(thr, pc, (uptr)m, flagz); in __tsan_mutex_pre_unlock()
H A Dtsan_interceptors_mac.cpp398 MutexUnlock(thr, pc, addr); in TSAN_INTERCEPTOR()
H A Dtsan_rtl.h580 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz = 0);
H A Dtsan_rtl_mutex.cpp216 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexUnlock() function
H A Dtsan_interceptors_posix.cpp1222 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 Dwarn-thread-safety-analysis.cpp2990 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 Dtsan_go.cpp274 MutexUnlock(thr, 0, addr); in __tsan_mutex_before_unlock()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp214 MutexUnlock(thr, 0x4003, 0x5002, 0); in TRACE_TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A D2008-07-15-Bswap.ll366 declare void @MutexUnlock(%struct.Mutex*)