/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cpp | 192 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 256 void ScopedReportBase::AddThread(int unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 259 AddThread(tctx, suppressable); in AddThread() 325 AddThread(tctx); in AddLocation() 345 AddThread(tctx); in AddLocation() 354 AddThread(tctx); in AddLocation() 696 rep.AddThread(tctx); in ReportRace()
|
D | tsan_rtl.h | 591 void AddThread(const ThreadContext *tctx, bool suppressable = false); 592 void AddThread(int unique_tid, bool suppressable = false);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 188 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReport 251 void ScopedReport::AddThread(int unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReport 254 AddThread(tctx, suppressable); in AddThread() 320 AddThread(tctx); in AddLocation() 339 AddThread(tctx); in AddLocation() 348 AddThread(tctx); in AddLocation() 658 rep.AddThread(tctx); in ReportRace()
|
D | tsan_rtl.h | 564 void AddThread(const ThreadContext *tctx, bool suppressable = false); 565 void AddThread(int unique_tid, bool suppressable = false);
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ThreadCollection.h | 35 void AddThread(const lldb::ThreadSP &thread_sp);
|
D | ThreadPlanStack.h | 126 void AddThread(Thread &thread) { in AddThread() function
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
D | InstrumentationRuntimeMainThreadChecker.cpp | 279 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo() 280 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectThreadUtil.h | 25 void AddThread(uint32_t thread_index_id) const { in AddThread() function
|
D | CommandObjectThreadUtil.cpp | 153 matching_stack->AddThread(thread_index_id); in BucketThread()
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadCollection.cpp | 24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() function in ThreadCollection
|
D | TraceSessionFileParser.cpp | 108 process_sp->GetThreadList().AddThread(thread_sp); in ParseThread()
|
D | ThreadList.cpp | 570 run_me_only_list.AddThread(thread_sp); in WillResume() 574 run_me_only_list.AddThread(thread_sp); in WillResume()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
D | InstrumentationRuntimeUBSan.cpp | 334 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo() 335 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
|
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
D | OperatingSystemPython.cpp | 208 new_thread_list.AddThread(thread_sp); in UpdateThreadList() 415 thread_list.AddThread(thread_sp); in CreateThread()
|
/external/llvm-project/lldb/source/API/ |
D | SBQueueItem.cpp | 111 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
|
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
D | NativeProcessNetBSD.h | 97 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);
|
D | NativeProcessNetBSD.cpp | 273 NativeThreadNetBSD& t = AddThread(pst.pe_lwp); in MonitorSIGTRAP() 763 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessNetBSD 946 AddThread(info.pl_lwpid); in ReinitializeThreads()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeProcessFreeBSD.h | 99 NativeThreadFreeBSD &AddThread(lldb::tid_t thread_id);
|
D | NativeProcessFreeBSD.cpp | 202 NativeThreadFreeBSD &t = AddThread(info.pl_lwpid); in MonitorSIGTRAP() 717 NativeThreadFreeBSD &NativeProcessFreeBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessFreeBSD 880 AddThread(lwp); in ReinitializeThreads()
|
/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
D | MemoryHistoryASan.cpp | 153 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
|
/external/llvm-project/lldb/unittests/Process/ |
D | ProcessEventDataTest.cpp | 147 process_sp->GetThreadList().AddThread(thread_sp); in CreateThread()
|
/external/llvm-project/lldb/source/Plugins/Process/mach-core/ |
D | ProcessMachCore.cpp | 550 new_thread_list.AddThread(thread_sp); in UpdateThreadList() 556 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in UpdateThreadList()
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.h | 182 NativeThreadLinux &AddThread(lldb::tid_t thread_id);
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 528 new_thread_list.AddThread(old_thread); in UpdateThreadList() 542 new_thread_list.AddThread(thread_info.second); in UpdateThreadList()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
D | InstrumentationRuntimeTSan.cpp | 1042 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath() 1043 threads->AddThread(new_thread_sp); in AddThreadsForPath()
|