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 98 , nreported()
405 if (ctx->nreported) {
408 Printf("ThreadSanitizer: reported %d warnings\n", ctx->nreported);
410 Printf("Found %d data race(s)\n", ctx->nreported);
tsan_rtl.h 514 int nreported; member in struct:__tsan::Context
tsan_rtl_report.cc 529 ctx->nreported++;

Completed in 201 milliseconds