| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_report.cpp | 206 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 257 void ScopedReportBase::AddThread(Tid tid, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 260 AddThread(tctx, suppressable); in AddThread() 293 AddThread(tctx); in AddLocation() 316 AddThread(tctx); in AddLocation() 325 AddThread(tctx); in AddLocation() 801 rep.AddThread(tctx); in ReportRace() 814 rep.AddThread(parent_tctx); in ReportRace()
|
| H A D | tsan_rtl.h | 410 void AddThread(const ThreadContext *tctx, bool suppressable = false); 411 void AddThread(Tid tid, bool suppressable = false);
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | ThreadCollection.h | 35 void AddThread(const lldb::ThreadSP &thread_sp);
|
| H A D | ThreadPlanStack.h | 125 void AddThread(Thread &thread) { in AddThread() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 272 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo() 273 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_report.cpp | 202 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 265 void ScopedReportBase::AddThread(Tid unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 268 AddThread(tctx, suppressable); in AddThread() 332 AddThread(tctx); in AddLocation() 356 AddThread(tctx); in AddLocation() 365 AddThread(tctx); in AddLocation() 931 rep.AddThread(tctx); in ReportRace()
|
| H A D | tsan_rtl.h | 354 void AddThread(const ThreadContext *tctx, bool suppressable = false); 355 void AddThread(Tid unique_tid, bool suppressable = false);
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadCollection.cpp | 24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() function in ThreadCollection
|
| H A D | ThreadList.cpp | 571 run_me_only_list.AddThread(thread_sp); in WillResume() 575 run_me_only_list.AddThread(thread_sp); in WillResume()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBQueueItem.cpp | 106 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectThreadUtil.h | 25 void AddThread(uint32_t thread_index_id) const { in AddThread() function
|
| H A D | CommandObjectThreadUtil.cpp | 163 matching_stack->AddThread(thread_index_id); in BucketThread()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | ProcessFreeBSDKernel.cpp | 246 new_thread_list.AddThread(thread_sp); in DoUpdateThreadList() 252 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 335 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo() 336 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 196 new_thread_list.AddThread(thread_sp); in UpdateThreadList() 403 thread_list.AddThread(thread_sp); in CreateThread()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 106 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);
|
| H A D | NativeProcessNetBSD.cpp | 306 NativeThreadNetBSD &t = AddThread(pst.pe_lwp); in MonitorSIGTRAP() 819 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessNetBSD 1004 AddThread(info.pl_lwpid); in ReinitializeThreads()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.h | 113 NativeThreadFreeBSD &AddThread(lldb::tid_t thread_id);
|
| H A D | NativeProcessFreeBSD.cpp | 214 NativeThreadFreeBSD &t = AddThread(info.pl_lwpid); in MonitorSIGTRAP() 792 NativeThreadFreeBSD &NativeProcessFreeBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessFreeBSD 958 AddThread(lwp); in ReinitializeThreads()
|
| /llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 143 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/ |
| H A D | lldb-minimize-processes.patch | 48 new_thread_list.AddThread(thread_sp);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/ |
| H A D | ProcessMachCore.cpp | 590 new_thread_list.AddThread(thread_sp); in DoUpdateThreadList() 596 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
|
| /llvm-project-15.0.7/lldb/unittests/Process/ |
| H A D | ProcessEventDataTest.cpp | 139 process_sp->GetThreadList().AddThread(thread_sp); in CreateThread()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.h | 198 NativeThreadLinux &AddThread(lldb::tid_t thread_id, bool resume);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 87 process.GetThreadList().AddThread(thread_sp); in ParseThread()
|