Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h85 struct ReportThread { struct
109 Vector<ReportThread*> threads; argument
H A Dtsan_report.cpp230 static void PrintThread(const ReportThread *rt) { in PrintThread()
420 static void PrintThread(const ReportThread *rt) { in PrintThread()
H A Dtsan_debugging.cpp173 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
H A Dtsan_rtl_report.cpp211 auto *rt = New<ReportThread>(); in AddThread()
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp560 RootVector RootValues, uint32_t ThreadId, bool ReportThread) { in printAll() argument
567 printSingleStack<AggType>(OS, FN, ReportThread, ThreadId, Top); in printAll()
581 bool ReportThread, uint32_t ThreadId, in printSingleStack() argument
583 if (ReportThread) in printSingleStack()