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 68 , nreported()
247 if (ctx->nreported) {
250 Printf("ThreadSanitizer: reported %d warnings\n", ctx->nreported);
252 Printf("Found %d data race(s)\n", ctx->nreported);
tsan_rtl.h 522 int nreported; member in struct:__tsan::Context
tsan_rtl_report.cc 516 CTX()->nreported++;

Completed in 30 milliseconds