HomeSort by relevance Sort by last modified time
    Searched refs:ReportDeadlock (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 39 static void ReportDeadlock(Thread *thr, DDReport *rep) {
118 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
131 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
142 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 58 void ReportDeadlock(DDCallback *cb, DDMutex *m);
115 ReportDeadlock(cb, m);
119 void DD::ReportDeadlock(DDCallback *cb, DDMutex *m) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 26 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
188 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
229 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
265 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
297 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
344 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
464 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {

Completed in 52 milliseconds