HomeSort by: relevance | last modified time | path
    Searched refs:nreported (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 100 , nreported()
454 if (ctx->nreported) {
457 Printf("ThreadSanitizer: reported %d warnings\n", ctx->nreported);
459 Printf("Found %d data race(s)\n", ctx->nreported);
tsan_rtl.h 532 int nreported; member in struct:__tsan::Context
tsan_rtl_report.cc 537 ctx->nreported++;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc 280 *pn = ctx->nreported;

Completed in 14 milliseconds