Searched refs:DDReport (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector1.cpp | 31 DDReport rep; 55 DDReport *GetReport(DDCallback *cb) override; 130 len = Min<uptr>(len, DDReport::kMaxLoopSize); in ReportDeadlock() 131 DDReport *rep = <->rep; in ReportDeadlock() 186 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
|
| H A D | sanitizer_deadlock_detector_interface.h | 52 struct DDReport { struct 90 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport()
|
| H A D | sanitizer_deadlock_detector2.cpp | 58 DDReport rep; 99 DDReport *GetReport(DDCallback *cb); 399 DDReport *rep = &pt->rep; in Report() 413 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/dd/ |
| H A D | dd_rtl.cpp | 38 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_mutex.cpp | 25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r); 528 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_mutex.cpp | 25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r); 529 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock()
|