Searched refs:ReportThread (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_report.h | 83 struct ReportThread { struct 108 Vector<ReportThread*> threads; argument
|
H A D | tsan_report.cpp | 239 static void PrintThread(const ReportThread *rt) { in PrintThread() 441 static void PrintThread(const ReportThread *rt) { in PrintThread()
|
H A D | tsan_debugging.cpp | 171 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
|
H A D | tsan_rtl_report.cpp | 207 auto *rt = New<ReportThread>(); in AddThread()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_report.h | 89 struct ReportThread { struct 114 Vector<ReportThread*> threads; argument
|
H A D | tsan_report.cc | 246 static void PrintThread(const ReportThread *rt) { in PrintThread() 444 static void PrintThread(const ReportThread *rt) { in PrintThread()
|
H A D | tsan_rtl_report.cc | 195 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread() 196 ReportThread *rt = new(mem) ReportThread; in AddThread()
|
H A D | tsan_debugging.cc | 164 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_report.h | 91 struct ReportThread { struct 116 Vector<ReportThread*> threads; argument
|
H A D | tsan_report.cc | 248 static void PrintThread(const ReportThread *rt) { in PrintThread() 446 static void PrintThread(const ReportThread *rt) { in PrintThread()
|
H A D | tsan_rtl_report.cc | 197 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread() 198 ReportThread *rt = new(mem) ReportThread; in AddThread()
|
H A D | tsan_debugging.cc | 166 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-stacks.cpp | 564 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()
|