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

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp38 static void ReportDeadlock(Thread *thr, DDReport *rep) { function in namespace:__dsan
121 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
134 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
145 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp58 void ReportDeadlock(DDCallback *cb, DDMutex *m);
115 ReportDeadlock(cb, m);
119 void DD::ReportDeadlock(DDCallback *cb, DDMutex *m) { function in class:__sanitizer::DD
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
155 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
212 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
261 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
278 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
320 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
361 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
415 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
528 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { function in namespace:__tsan

Completed in 103 milliseconds