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

Declarations

projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
   25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);

References

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));