Home
last modified time | relevance | path

Searched refs:AddThread (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp206 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 Dtsan_rtl.h410 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 DThreadCollection.h35 void AddThread(const lldb::ThreadSP &thread_sp);
H A DThreadPlanStack.h125 void AddThread(Thread &thread) { in AddThread() function
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp272 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 Dtsan_rtl_report.cpp202 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 Dtsan_rtl.h354 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 DThreadCollection.cpp24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() function in ThreadCollection
H A DThreadList.cpp571 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 DSBQueueItem.cpp106 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThreadUtil.h25 void AddThread(uint32_t thread_index_id) const { in AddThread() function
H A DCommandObjectThreadUtil.cpp163 matching_stack->AddThread(thread_index_id); in BucketThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp246 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 DInstrumentationRuntimeUBSan.cpp335 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 DOperatingSystemPython.cpp196 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 DNativeProcessNetBSD.h106 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);
H A DNativeProcessNetBSD.cpp306 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 DNativeProcessFreeBSD.h113 NativeThreadFreeBSD &AddThread(lldb::tid_t thread_id);
H A DNativeProcessFreeBSD.cpp214 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 DMemoryHistoryASan.cpp143 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/
H A Dlldb-minimize-processes.patch48 new_thread_list.AddThread(thread_sp);
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp590 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 DProcessEventDataTest.cpp139 process_sp->GetThreadList().AddThread(thread_sp); in CreateThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h198 NativeThreadLinux &AddThread(lldb::tid_t thread_id, bool resume);
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp87 process.GetThreadList().AddThread(thread_sp); in ParseThread()

12