Searched refs:ReportThread (Results 1 – 3 of 3) sorted by relevance
88 struct ReportThread { struct111 Vector<ReportThread*> threads; argument
194 static void PrintThread(const ReportThread *rt) { in PrintThread()339 static void PrintThread(const ReportThread *rt) { in PrintThread()
201 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread()202 ReportThread *rt = new(mem) ReportThread(); in AddThread()