Home
last modified time | relevance | path

Searched refs:n_reports (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/tsan/
Dts_race_verifier.cc82 static int n_reports; variable
122 "RaceVerifier: %d report(s) verified\n", n_reports); in UpdateSummary()
206 n_reports++; in PrintRaceReport()
211 n_reports ++; in PrintRaceReport()
442 Report("RaceVerifier summary: verified %d race(s)\n", n_reports); in RaceVerifierFini()
444 SetNumberOfFoundErrors(n_errors + n_reports); in RaceVerifierFini()
Dthread_sanitizer.cc5636 : n_reports(0), in ReportStorage()
6028 n_reports++; in PrintReport()
6029 SetNumberOfFoundErrors(n_reports); in PrintReport()
6033 "ThreadSanitizer: %d warning(s) reported\n", n_reports); in PrintReport()
6073 n_reports, n_race_reports); in PrintSummary()
6167 int n_reports; member in ReportStorage