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.h88 struct ReportThread { struct
111 Vector<ReportThread*> threads; argument
Dtsan_report.cc194 static void PrintThread(const ReportThread *rt) { in PrintThread()
339 static void PrintThread(const ReportThread *rt) { in PrintThread()
Dtsan_rtl_report.cc201 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread()
202 ReportThread *rt = new(mem) ReportThread(); in AddThread()