Searched refs:nreported (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc98 , nreported()
397 if (ctx->nreported) {
400 Printf("ThreadSanitizer: reported %d warnings\n", ctx->nreported);
402 Printf("Found %d data race(s)\n", ctx->nreported);
H A Dtsan_rtl.h481 int nreported; member in struct:__tsan::Context
H A Dtsan_rtl_report.cc519 ctx->nreported++;

Completed in 55 milliseconds