Home
last modified time | relevance | path

Searched refs:MutexUnlock (Results 1 – 7 of 7) 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_interceptors.cc1102 MutexUnlock(thr, pc, (uptr)m); in INTERCEPTOR()
1124 MutexUnlock(thr, pc, (uptr)m); in INTERCEPTOR()
1253 MutexUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR()
2388 MutexUnlock(((TsanInterceptorContext *)ctx)->thr, \
Dtsan_rtl_mutex.cc188 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all) { in MutexUnlock() function
Dtsan_rtl.h691 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all = false);
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc189 MutexUnlock(thr, 0, addr); in __tsan_mutex_before_unlock()
/external/llvm/test/CodeGen/PowerPC/
D2008-07-15-Bswap.ll366 declare void @MutexUnlock(%struct.Mutex*)