Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc32 DDReport rep;
56 DDReport *GetReport(DDCallback *cb) override;
131 len = Min<uptr>(len, DDReport::kMaxLoopSize); in ReportDeadlock()
132 DDReport *rep = &lt->rep; in ReportDeadlock()
187 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
Dsanitizer_deadlock_detector_interface.h53 struct DDReport { struct
88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport()
Dsanitizer_deadlock_detector2.cc59 DDReport rep;
100 DDReport *GetReport(DDCallback *cb);
406 DDReport *rep = &pt->rep; in Report()
420 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc39 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc26 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
472 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock()