HomeSort by: relevance | last modified time | path
    Searched refs:GetReport (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.cc 122 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
135 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
146 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; }
sanitizer_deadlock_detector1.cc 56 DDReport *GetReport(DDCallback *cb) override;
187 DDReport *DD::GetReport(DDCallback *cb) {
sanitizer_deadlock_detector2.cc 100 DDReport *GetReport(DDCallback *cb);
416 DDReport *DD::GetReport(DDCallback *cb) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_mutex.cc 152 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
210 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
252 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
265 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
305 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
337 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
384 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
tsan_rtl_report.cc 372 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; }
507 const ReportDesc *rep = srep.GetReport();
522 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp};
tsan_rtl.h 596 const ReportDesc *GetReport() const;

Completed in 23 milliseconds