Searched refs:ReportThread (Results 1 – 3 of 3) sorted by relevance
87 struct ReportThread { struct110 Vector<ReportThread*> threads; argument
215 static void PrintThread(const ReportThread *rt) { in PrintThread()375 static void PrintThread(const ReportThread *rt) { in PrintThread()
188 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread()189 ReportThread *rt = new(mem) ReportThread(); in AddThread()