Searched refs:ReportThread (Results 1 – 5 of 5) sorted by relevance
88 struct ReportThread { struct111 Vector<ReportThread*> threads; argument
229 static void PrintThread(const ReportThread *rt) { in PrintThread()419 static void PrintThread(const ReportThread *rt) { in PrintThread()
193 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread()194 ReportThread *rt = new(mem) ReportThread; in AddThread()
146 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
564 RootVector RootValues, uint32_t ThreadId, bool ReportThread) { in printAll() argument571 printSingleStack<AggType>(OS, FN, ReportThread, ThreadId, Top); in printAll()585 bool ReportThread, uint32_t ThreadId, in printSingleStack() argument587 if (ReportThread) in printSingleStack()