Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h91 struct ReportThread { struct
116 Vector<ReportThread*> threads; argument
H A Dtsan_report.cc251 static void PrintThread(const ReportThread *rt) { in PrintThread()
449 static void PrintThread(const ReportThread *rt) { in PrintThread()
H A Dtsan_rtl_report.cc197 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread()
198 ReportThread *rt = new(mem) ReportThread; in AddThread()
H A Dtsan_debugging.cc172 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp567 RootVector RootValues, uint32_t ThreadId, bool ReportThread) { in printAll() argument
574 printSingleStack<AggType>(OS, FN, ReportThread, ThreadId, Top); in printAll()
588 bool ReportThread, uint32_t ThreadId, in printSingleStack() argument
590 if (ReportThread) in printSingleStack()