Searched refs:ReportDeadlock (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| D | dd_rtl.cpp | 38 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock() function 121 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeLock() 134 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexAfterLock() 145 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeUnlock()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_rtl_mutex.cpp | 25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r); 150 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock() 207 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock() 247 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock() 260 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock() 299 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock() 330 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock() 374 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock() 521 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock() function
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_deadlock_detector1.cpp | 58 void ReportDeadlock(DDCallback *cb, DDMutex *m); 115 ReportDeadlock(cb, m); in MutexBeforeLock() 119 void DD::ReportDeadlock(DDCallback *cb, DDMutex *m) { in ReportDeadlock() function in __sanitizer::DD
|