Home
last modified time | relevance | path

Searched refs:DDReport (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp31 DDReport rep;
55 DDReport *GetReport(DDCallback *cb) override;
130 len = Min<uptr>(len, DDReport::kMaxLoopSize); in ReportDeadlock()
131 DDReport *rep = &lt->rep; in ReportDeadlock()
186 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
H A Dsanitizer_deadlock_detector_interface.h52 struct DDReport { struct
90 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport()
H A Dsanitizer_deadlock_detector2.cpp58 DDReport rep;
99 DDReport *GetReport(DDCallback *cb);
399 DDReport *rep = &pt->rep; in Report()
413 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp38 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
528 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock()