Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cc177 MutexUnlock(thr, pc, addr); in __tsan_java_mutex_unlock()
220 return MutexUnlock(thr, pc, addr, true); in __tsan_java_mutex_unlock_rec()
Dtsan_interface_ann.cc281 MutexUnlock(thr, pc, m); in AnnotateRWLockReleased()
Dtsan_rtl_mutex.cc189 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all) { in MutexUnlock() function
Dtsan_rtl.h729 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all = false);
Dtsan_interceptors.cc1050 MutexUnlock(thr, pc, (uptr)m); in cond_wait()
1203 MutexUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR()
2242 MutexUnlock(((TsanInterceptorContext *)ctx)->thr, \
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cpp193 MutexUnlock(thr, pc, addr); in __tsan_java_mutex_unlock()
236 return MutexUnlock(thr, pc, addr, MutexFlagRecursiveUnlock); in __tsan_java_mutex_unlock_rec()
Dtsan_interface_ann.cpp281 MutexUnlock(thr, pc, m); in AnnotateRWLockReleased()
510 ret = MutexUnlock(thr, pc, (uptr)m, flagz); in __tsan_mutex_pre_unlock()
Dtsan_interceptors_mac.cpp397 MutexUnlock(thr, pc, addr); in TSAN_INTERCEPTOR()
Dtsan_rtl.h799 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz = 0);
Dtsan_rtl_mutex.cpp213 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexUnlock() function
Dtsan_interceptors_posix.cpp1168 MutexUnlock(thr, pc, (uptr)m); in cond_wait()
1348 MutexUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR()
2349 MutexUnlock(((TsanInterceptorContext *)ctx)->thr, \
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc261 MutexUnlock(thr, 0, addr); in __tsan_mutex_before_unlock()
/external/llvm-project/compiler-rt/lib/tsan/go/
Dtsan_go.cpp279 MutexUnlock(thr, 0, addr); in __tsan_mutex_before_unlock()
/external/llvm-project/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp2811 class SCOPED_LOCKABLE MutexUnlock { class
2813 MutexUnlock(Mutex *mu) EXCLUSIVE_UNLOCK_FUNCTION(mu);
2814 ~MutexUnlock() EXCLUSIVE_UNLOCK_FUNCTION();
2836 MutexUnlock scope(&mu); in simple()
2849 MutexUnlock inner(&mu); in innerUnlock()
2865 MutexUnlock scope(&mu); in manual()
2873 MutexUnlock scope(&mu); in join()
2882 MutexUnlock scope(&mu); in doubleLock()
2888 MutexUnlock scope(&mu); // expected-note{{mutex released here}} in doubleUnlock()
/external/llvm/test/CodeGen/PowerPC/
D2008-07-15-Bswap.ll362 declare void @MutexUnlock(%struct.Mutex*)
/external/llvm-project/llvm/test/CodeGen/PowerPC/
D2008-07-15-Bswap.ll366 declare void @MutexUnlock(%struct.Mutex*)