Searched refs:MutexUnlock (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_java.cc | 177 MutexUnlock(thr, pc, addr); in __tsan_java_mutex_unlock() 220 return MutexUnlock(thr, pc, addr, true); in __tsan_java_mutex_unlock_rec()
|
D | tsan_interface_ann.cc | 281 MutexUnlock(thr, pc, m); in AnnotateRWLockReleased()
|
D | tsan_rtl_mutex.cc | 189 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all) { in MutexUnlock() function
|
D | tsan_rtl.h | 729 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all = false);
|
D | tsan_interceptors.cc | 1050 MutexUnlock(thr, pc, (uptr)m); in cond_wait() 1203 MutexUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR() 2242 MutexUnlock(((TsanInterceptorContext *)ctx)->thr, \
|
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 261 MutexUnlock(thr, 0, addr); in __tsan_mutex_before_unlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | 2008-07-15-Bswap.ll | 362 declare void @MutexUnlock(%struct.Mutex*)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-07-15-Bswap.ll | 362 declare void @MutexUnlock(%struct.Mutex*)
|