Searched refs:ReportTypeThreadLeak (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h27 ReportTypeThreadLeak, enumerator in enum:__tsan::ReportType
H A Dtsan_suppressions.cc77 else if (typ == ReportTypeThreadLeak)
H A Dtsan_report.cc93 if (typ == ReportTypeThreadLeak)
353 if (rep->typ == ReportTypeThreadLeak && rep->count > 1)
H A Dtsan_debugging.cc25 if (typ == ReportTypeThreadLeak) return "thread-leak";
H A Dtsan_rtl_thread.cc207 ScopedReport rep(ReportTypeThreadLeak);

Completed in 153 milliseconds