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) {
122 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
135 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
146 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
  /external/compiler-rt/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) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 26 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
185 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
227 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
263 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
295 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
342 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
472 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {

Completed in 209 milliseconds