Searched refs:ReportThread (Results 1 – 11 of 11) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.h | 88 struct ReportThread { struct 111 Vector<ReportThread*> threads; argument
|
D | tsan_report.cc | 229 static void PrintThread(const ReportThread *rt) { in PrintThread() 419 static void PrintThread(const ReportThread *rt) { in PrintThread()
|
D | tsan_rtl_report.cc | 193 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread() 194 ReportThread *rt = new(mem) ReportThread; in AddThread()
|
D | tsan_debugging.cc | 146 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.h | 91 struct ReportThread { struct 116 Vector<ReportThread*> threads; argument
|
D | tsan_report.cpp | 251 static void PrintThread(const ReportThread *rt) { in PrintThread() 450 static void PrintThread(const ReportThread *rt) { in PrintThread()
|
D | tsan_rtl_report.cpp | 197 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread() 198 ReportThread *rt = new(mem) ReportThread; in AddThread()
|
D | tsan_debugging.cpp | 171 ReportThread *thread = rep->threads[idx]; in __tsan_get_report_thread()
|
/external/llvm-project/llvm/tools/llvm-xray/ |
D | xray-stacks.cpp | 565 RootVector RootValues, uint32_t ThreadId, bool ReportThread) { in printAll() argument 572 printSingleStack<AggType>(OS, FN, ReportThread, ThreadId, Top); in printAll() 586 bool ReportThread, uint32_t ThreadId, in printSingleStack() argument 588 if (ReportThread) in printSingleStack()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 32933 <!-- __tsan::ReportThread* --> 32935 <!-- __tsan::ReportThread* const --> 32937 <!-- __tsan::ReportThread* const& --> 32939 <!-- __tsan::ReportThread*& --> 32941 <!-- __tsan::ReportThread** --> 32953 <!-- __tsan::Vector<__tsan::ReportThread*>* --> 33015 <!-- const __tsan::Vector<__tsan::ReportThread*> --> 33017 <!-- const __tsan::Vector<__tsan::ReportThread*>& --> 33019 <!-- const __tsan::Vector<__tsan::ReportThread*>* --> 33021 <!-- const __tsan::Vector<__tsan::ReportThread*>* const --> [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 19694 …<class-decl name='Vector<__tsan::ReportThread*>' size-in-bits='256' visibility='default' fil… 19729 …<class-decl name='ReportThread' size-in-bits='384' is-struct='yes' visibility='default' filepath='…
|