Searched refs:MutexUnlock (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cc | 214 MutexUnlock(thr, pc, m); in AnnotateRWLockReleased()
|
D | tsan_interceptors.cc | 848 MutexUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR() 891 MutexUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR() 1001 MutexUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR() 1009 MutexUnlock(thr, pc, (uptr)m); in TSAN_INTERCEPTOR()
|
D | tsan_rtl_mutex.cc | 104 void MutexUnlock(ThreadState *thr, uptr pc, uptr addr) { in MutexUnlock() function
|
D | tsan_rtl.h | 493 void MutexUnlock(ThreadState *thr, uptr pc, uptr addr);
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-07-15-Bswap.ll | 366 declare void @MutexUnlock(%struct.Mutex*)
|