Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc39 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock() function
118 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeLock()
131 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexAfterLock()
142 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeUnlock()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc58 void ReportDeadlock(DDCallback *cb, DDMutex *m);
115 ReportDeadlock(cb, m); in MutexBeforeLock()
119 void DD::ReportDeadlock(DDCallback *cb, DDMutex *m) { in ReportDeadlock() function in __sanitizer::DD
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc26 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
188 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexLock()
229 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
265 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadLock()
297 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
344 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
464 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock() function