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

/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc39 static void ReportDeadlock(Thread *thr, DDReport *rep) { function in namespace:__dsan
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/
H A Dsanitizer_deadlock_detector1.cc59 void ReportDeadlock(DDCallback *cb, DDMutex *m);
116 ReportDeadlock(cb, m);
120 void DD::ReportDeadlock(DDCallback *cb, DDMutex *m) { function in class:__sanitizer::DD
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc26 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) { function in namespace:__tsan

Completed in 294 milliseconds