Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h88 struct ReportThread { struct
111 Vector<ReportThread*> threads; argument
Dtsan_report.cc229 static void PrintThread(const ReportThread *rt) { in PrintThread()
419 static void PrintThread(const ReportThread *rt) { in PrintThread()
Dtsan_rtl_report.cc193 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread()
194 ReportThread *rt = new(mem) ReportThread; in AddThread()
Dtsan_debugging.cc146 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
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()