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

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 27 ReportTypeThreadLeak,
tsan_suppressions.cc 77 else if (typ == ReportTypeThreadLeak)
tsan_report.cc 93 if (typ == ReportTypeThreadLeak)
353 if (rep->typ == ReportTypeThreadLeak && rep->count > 1)
tsan_debugging.cc 25 if (typ == ReportTypeThreadLeak) return "thread-leak";
tsan_rtl_thread.cc 207 ScopedReport rep(ReportTypeThreadLeak);

Completed in 39 milliseconds