Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.h83 struct ReportThread { struct
108 Vector<ReportThread*> threads; argument
H A Dtsan_report.cpp239 static void PrintThread(const ReportThread *rt) { in PrintThread()
441 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.cpp207 auto *rt = New<ReportThread>(); in AddThread()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.h89 struct ReportThread { struct
114 Vector<ReportThread*> threads; argument
H A Dtsan_report.cc246 static void PrintThread(const ReportThread *rt) { in PrintThread()
444 static void PrintThread(const ReportThread *rt) { in PrintThread()
H A Dtsan_rtl_report.cc195 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread()
196 ReportThread *rt = new(mem) ReportThread; in AddThread()
H A Dtsan_debugging.cc164 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.h91 struct ReportThread { struct
116 Vector<ReportThread*> threads; argument
H A Dtsan_report.cc248 static void PrintThread(const ReportThread *rt) { in PrintThread()
446 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.cc166 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
/netbsd-src/external/apache2/llvm/dist/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()