Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A 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()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
155 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock()
212 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock()
261 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
278 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock()
320 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock()
361 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
415 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
528 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_mutex.cpp25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
153 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock()
208 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock()
250 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
266 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock()
306 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock()
339 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
385 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
529 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A 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