Searched refs:DDReport (Results 1 – 5 of 5) sorted by relevance
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()
52 struct DDReport { struct90 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport()
58 DDReport rep;99 DDReport *GetReport(DDCallback *cb);399 DDReport *rep = &pt->rep; in Report()413 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
38 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock()
25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);528 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock()