Searched refs:ReportDeadlock (Results 1 - 3 of 3) sorted by relevance
/external/compiler-rt/lib/tsan/dd/ |
H A D | dd_rtl.cc | 39 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 D | sanitizer_deadlock_detector1.cc | 59 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 D | 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) { function in namespace:__tsan
|
Completed in 294 milliseconds