Searched refs:MutexAfterLock (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp52 MutexAfterLock(thr, (uptr)m, true, false);
60 MutexAfterLock(thr, (uptr)m, true, true);
81 MutexAfterLock(thr, (uptr)m, true, false);
89 MutexAfterLock(thr, (uptr)m, true, true);
109 MutexAfterLock(thr, (uptr)m, false, false);
117 MutexAfterLock(thr, (uptr)m, false, true);
126 MutexAfterLock(thr, (uptr)m, false, true);
134 MutexAfterLock(thr, (uptr)m, true, false);
142 MutexAfterLock(thr, (uptr)m, true, true);
151 MutexAfterLock(th
[all...]
H A Ddd_rtl.h61 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock);
H A Ddd_rtl.cpp124 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { function in namespace:__dsan
132 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h82 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cpp50 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
152 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cpp94 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
268 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, function in class:__sanitizer::DD
270 VPrintf(2, "#%llu: DD::MutexAfterLock(%p, wlock=%d, try=%d) nlocked=%d\n",
276 VPrintf(3, "#%llu: DD::MutexAfterLock recursive\n", cb->lt->ctx);
283 VPrintf(3, "#%llu: DD::MutexAfterLock set owner\n", cb->lt->ctx);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp199 ctx->dd->MutexAfterLock(&cb, &s->dd, true, flagz & MutexFlagTryLock);
294 ctx->dd->MutexAfterLock(&cb, &s->dd, false, flagz & MutexFlagTryLock);

Completed in 58 milliseconds