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

References

projects/compiler-rt/lib/tsan/rtl/tsan_debugging.cpp
   79   *count = rep->count;
projects/compiler-rt/lib/tsan/rtl/tsan_report.cpp
  380   if (rep->typ == ReportTypeThreadLeak && rep->count > 1)
  381     Printf("  And %d more similar thread leaks.\n\n", rep->count - 1);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  370 void ScopedReportBase::SetCount(int count) { rep_->count = count; }