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

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h53 struct DDReport { struct in namespace:__sanitizer
88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; }
H A Dsanitizer_deadlock_detector1.cc32 DDReport rep;
56 DDReport *GetReport(DDCallback *cb) override;
127 DDReport *rep = &lt->rep;
182 DDReport *DD::GetReport(DDCallback *cb) {
H A Dsanitizer_deadlock_detector2.cc59 DDReport rep;
100 DDReport *GetReport(DDCallback *cb);
406 DDReport *rep = &pt->rep;
420 DDReport *DD::GetReport(DDCallback *cb) {
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc39 static void ReportDeadlock(Thread *thr, DDReport *rep) {
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc26 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
461 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {

Completed in 117 milliseconds