/llvm-project/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(creat_tid); in AddLocation() 315 AddThread(b->tid); in AddLocation() 324 AddThread(tctx); in AddLocation() 800 rep.AddThread(tctx); in ReportRace() 813 rep.AddThread(parent_tctx); in ReportRace()
|
H A D | tsan_rtl.h | 412 void AddThread(const ThreadContext *tctx, bool suppressable = false); 413 void AddThread(Tid tid, bool suppressable = false);
|
H A D | tsan_rtl_thread.cpp | 97 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 275 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo() 276 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadCollection.h | 35 void AddThread(const lldb::ThreadSP &thread_sp);
|
H A D | ThreadPlanStack.h | 130 void AddThread(Thread &thread) { 125 void AddThread(Thread &thread) { AddThread() function
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 337 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo() 338 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
|
/llvm-project/lldb/source/API/ |
H A D | SBQueueItem.cpp | 106 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadCollection.cpp | 24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() function in ThreadCollection
|
/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 247 new_thread_list.AddThread(thread_sp); in DoUpdateThreadList() 253 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
|
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.cpp | 205 new_thread_list.AddThread(thread_sp); in UpdateThreadList() 382 thread_list.AddThread(thread_sp); in CreateThread()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThreadUtil.h | 26 void AddThread(uint32_t thread_index_id) const { in AddThread() function
|
H A D | CommandObjectThreadUtil.cpp | 160 matching_stack->AddThread(thread_index_id); in BucketThread()
|
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleLoader.cpp | 89 process.GetThreadList().AddThread(thread_sp); in ParseThread() 162 process_sp->GetThreadList().AddThread(thread_sp); in ParseKernel()
|
/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.h | 108 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);
|
H A D | NativeProcessNetBSD.cpp | 304 NativeThreadNetBSD &t = AddThread(pst.pe_lwp); in MonitorSIGTRAP() 844 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread() 1029 AddThread(info.pl_lwpid); in ReinitializeThreads() 838 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { AddThread() function in NativeProcessNetBSD
|
/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.h | 114 NativeThreadFreeBSD &AddThread(lldb::tid_t thread_id);
|
H A D | NativeProcessFreeBSD.cpp | 231 NativeThreadFreeBSD &t = AddThread(info.pl_lwpid); in MonitorSIGTRAP() 826 NativeThreadFreeBSD &NativeProcessFreeBSD::AddThread(lldb::tid_t thread_id) { in AddThread() 992 AddThread(lwp); in SupportHardwareSingleStepping() 819 NativeThreadFreeBSD &NativeProcessFreeBSD::AddThread(lldb::tid_t thread_id) { AddThread() function in NativeProcessFreeBSD
|
/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
H A D | MemoryHistoryASan.cpp | 141 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
|
/llvm-project/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/ |
H A D | lldb-minimize-processes.patch | 48 new_thread_list.AddThread(thread_sp);
|
/llvm-project/lldb/unittests/Process/ |
H A D | ProcessEventDataTest.cpp | 140 process_sp->GetThreadList().AddThread(thread_sp); in CreateThread()
|
/llvm-project/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 629 new_thread_list.AddThread(thread_sp); in DoUpdateThreadList() 635 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in RefreshStateAfterStop()
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.h | 223 NativeThreadLinux &AddThread(lldb::tid_t thread_id, bool resume);
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindows.cpp | 565 new_thread_list.AddThread(old_thread); in IsAlive() 579 new_thread_list.AddThread(thread_info.second); in DoReadMemory()
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 1043 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath() 1044 threads->AddThread(new_thread_sp); in AddThreadsForPath()
|