HomeSort by relevance Sort by last modified time
    Searched refs:nreported (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 85 , nreported()
361 if (ctx->nreported) {
364 Printf("ThreadSanitizer: reported %d warnings\n", ctx->nreported);
366 Printf("Found %d data race(s)\n", ctx->nreported);
tsan_rtl.h 458 int nreported; member in struct:__tsan::Context
tsan_rtl_report.cc 535 ctx->nreported++;

Completed in 583 milliseconds