reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cpp
  186 DDReport *DD::GetReport(DDCallback *cb) {

References

projects/compiler-rt/lib/tsan/dd/dd_rtl.cpp
  121   ReportDeadlock(thr, ctx->dd->GetReport(&cb));
  134   ReportDeadlock(thr, ctx->dd->GetReport(&cb));
  145   ReportDeadlock(thr, ctx->dd->GetReport(&cb));
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
  151       ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
  209     ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
  251     ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
  264     ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
  304     ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
  336     ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
  383     ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));