Home
last modified time | relevance | path

Searched refs:ReportThread (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h87 struct ReportThread { struct
110 Vector<ReportThread*> threads; argument
Dtsan_report.cc215 static void PrintThread(const ReportThread *rt) { in PrintThread()
375 static void PrintThread(const ReportThread *rt) { in PrintThread()
Dtsan_rtl_report.cc188 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread()
189 ReportThread *rt = new(mem) ReportThread(); in AddThread()