Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h84 struct ReportThread { struct
108 Vector<ReportThread*> threads; argument
H A Dtsan_report.cpp234 static void PrintThread(const ReportThread *rt) { in PrintThread()
439 static void PrintThread(const ReportThread *rt) { in PrintThread()
H A Dtsan_debugging.cpp171 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
H A Dtsan_rtl_report.cpp211 auto *rt = New<ReportThread>(); in AddThread()
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp564 RootVector RootValues, uint32_t ThreadId, bool ReportThread) { in printAll() argument
571 printSingleStack<AggType>(OS, FN, ReportThread, ThreadId, Top); in printAll()
585 bool ReportThread, uint32_t ThreadId, in printSingleStack() argument
587 if (ReportThread) in printSingleStack()