Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_rtl.cpp38 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock() function
121 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeLock()
134 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexAfterLock()
145 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeUnlock()
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc39 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock() function
122 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeLock()
135 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexAfterLock()
146 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeUnlock()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cpp25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
151 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock()
209 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock()
251 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
264 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock()
304 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock()
336 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
383 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
536 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc26 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
185 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexLock()
227 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
263 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadLock()
295 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
342 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
472 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc59 void ReportDeadlock(DDCallback *cb, DDMutex *m);
116 ReportDeadlock(cb, m); in MutexBeforeLock()
120 void DD::ReportDeadlock(DDCallback *cb, DDMutex *m) { in ReportDeadlock() function in __sanitizer::DD
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cpp58 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