Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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(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 Dtsan_rtl.h412 void AddThread(const ThreadContext *tctx, bool suppressable = false);
413 void AddThread(Tid tid, bool suppressable = false);
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp273 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
274 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadCollection.cpp24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() function in ThreadCollection
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBQueueItem.cpp106 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp336 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
337 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.h107 NativeThreadOpenBSD &AddThread(lldb::tid_t thread_id);
H A DNativeProcessOpenBSD.cpp448 NativeThreadOpenBSD &NativeProcessOpenBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessOpenBSD
580 AddThread(info.pts_tid); in ReinitializeThreads()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp88 process.GetThreadList().AddThread(thread_sp); in ParseThread()
160 process_sp->GetThreadList().AddThread(thread_sp); in ParseKernel()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp143 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp531 new_thread_list.AddThread(thread_sp); in DoUpdateThreadList()
537 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h198 NativeThreadLinux &AddThread(lldb::tid_t thread_id, bool resume);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp537 new_thread_list.AddThread(old_thread); in DoUpdateThreadList()
551 new_thread_list.AddThread(thread_info.second); in DoUpdateThreadList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1043 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()
1044 threads->AddThread(new_thread_sp); in AddThreadsForPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp372 new_thread_list.AddThread(thread_sp); in DoUpdateThreadList()

12