Searched refs:MutexRepair (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1104 MutexRepair(thr, pc, (uptr)m);
1125 MutexRepair(thr, pc, (uptr)m);
1186 MutexRepair(thr, pc, (uptr)m);
2366 MutexRepair(((TsanInterceptorContext *)ctx)->thr, \
H A Dtsan_rtl.h687 void MutexRepair(ThreadState *thr, uptr pc, uptr addr); // call on EOWNERDEAD
H A Dtsan_rtl_mutex.cc345 void MutexRepair(ThreadState *thr, uptr pc, uptr addr) { function in namespace:__tsan
346 DPrintf("#%d: MutexRepair %zx\n", thr->tid, addr);

Completed in 98 milliseconds