HomeSort by: relevance | last modified time | path
    Searched refs:ReportDeadlock (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.cc 39 static void ReportDeadlock(Thread *thr, DDReport *rep) {
122 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
135 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
146 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 59 void ReportDeadlock(DDCallback *cb, DDMutex *m);
116 ReportDeadlock(cb, m);
120 void DD::ReportDeadlock(DDCallback *cb, DDMutex *m) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_mutex.cc 26 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
152 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
210 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
252 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
265 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
305 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
337 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
384 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
514 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {

Completed in 12 milliseconds