Searched refs:DDReport (Results 1 – 5 of 5) sorted by relevance
32 DDReport rep;56 DDReport *GetReport(DDCallback *cb) override;131 len = Min<uptr>(len, DDReport::kMaxLoopSize); in ReportDeadlock()132 DDReport *rep = <->rep; in ReportDeadlock()187 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
53 struct DDReport { struct88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport()
59 DDReport rep;100 DDReport *GetReport(DDCallback *cb);406 DDReport *rep = &pt->rep; in Report()420 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
39 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock()
26 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);472 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) { in ReportDeadlock()