Searched refs:MutexRepair (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 346 void MutexRepair(ThreadState *thr, uptr pc, uptr addr) { in MutexRepair() function
|
D | tsan_rtl.h | 733 void MutexRepair(ThreadState *thr, uptr pc, uptr addr); // call on EOWNERDEAD
|
D | tsan_interceptors.cc | 1061 if (res == errno_EOWNERDEAD) MutexRepair(thr, pc, (uptr)m); in cond_wait() 1147 MutexRepair(thr, pc, (uptr)m); in TSAN_INTERCEPTOR() 2246 MutexRepair(((TsanInterceptorContext *)ctx)->thr, \
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 804 void MutexRepair(ThreadState *thr, uptr pc, uptr addr); // call on EOWNERDEAD
|
D | tsan_rtl_mutex.cpp | 387 void MutexRepair(ThreadState *thr, uptr pc, uptr addr) { in MutexRepair() function
|
D | tsan_interceptors_posix.cpp | 1183 if (res == errno_EOWNERDEAD) MutexRepair(thr, pc, (uptr)m); in cond_wait() 1291 MutexRepair(thr, pc, (uptr)m); in TSAN_INTERCEPTOR() 2353 MutexRepair(((TsanInterceptorContext *)ctx)->thr, \
|