Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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);
H A Dtsan_rtl_thread.cpp97 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
H A Dtsan_rtl_mutex.cpp536 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp274 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
275 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBQueueItem.cpp106 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadCollection.cpp24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() function in ThreadCollection
H A DThreadPlanStack.cpp409 AddThread(*thread); in Update()
H A DThreadList.cpp598 run_me_only_list.AddThread(thread_sp); in WillResume()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.h25 void AddThread(uint32_t thread_index_id) const { in AddThread() function
H A DCommandObjectThreadUtil.cpp162 matching_stack->AddThread(thread_index_id); in BucketThread()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp205 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
382 thread_list.AddThread(thread_sp); in CreateThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp251 new_thread_list.AddThread(thread_sp); in DoUpdateThreadList()
257 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h108 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);
H A DNativeProcessNetBSD.cpp304 NativeThreadNetBSD &t = AddThread(pst.pe_lwp); in MonitorSIGTRAP()
838 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessNetBSD
1023 AddThread(info.pl_lwpid); in ReinitializeThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp89 process.GetThreadList().AddThread(thread_sp); in ParseThread()
162 process_sp->GetThreadList().AddThread(thread_sp); in ParseKernel()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h114 NativeThreadFreeBSD &AddThread(lldb::tid_t thread_id);
H A DNativeProcessFreeBSD.cpp212 NativeThreadFreeBSD &t = AddThread(info.pl_lwpid); in MonitorSIGTRAP()
790 NativeThreadFreeBSD &NativeProcessFreeBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessFreeBSD
956 AddThread(lwp); in ReinitializeThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp141 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1044 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()
1045 threads->AddThread(new_thread_sp); in AddThreadsForPath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp392 new_thread_list.AddThread(thread_sp); in DoUpdateThreadList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp596 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()

12