Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnThreadMgrStd.h53 bool AddThread(const CMIUtilThreadActiveObjBase &
88 bOk &= AddThread(rObj); in ThreadStart()
H A DMICmnThreadMgrStd.cpp148 bool CMICmnThreadMgrStd::AddThread(const CMIUtilThreadActiveObjBase &vrObj) { in AddThread() function in CMICmnThreadMgrStd
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc192 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase
256 void ScopedReportBase::AddThread(int unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase
259 AddThread(tctx, suppressable); in AddThread()
325 AddThread(tctx); in AddLocation()
345 AddThread(tctx); in AddLocation()
354 AddThread(tctx); in AddLocation()
698 rep.AddThread(tctx); in ReportRace()
H A Dtsan_rtl.h587 void AddThread(const ThreadContext *tctx, bool suppressable = false);
588 void AddThread(int unique_tid, bool suppressable = false);
H A Dtsan_rtl_thread.cc219 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
H A Dtsan_rtl_mutex.cc522 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadCollection.h36 void AddThread(const lldb::ThreadSP &thread_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp272 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
273 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp339 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
340 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadCollection.cpp25 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() function in ThreadCollection
H A DThreadList.cpp570 run_me_only_list.AddThread(thread_sp); in WillResume()
574 run_me_only_list.AddThread(thread_sp); in WillResume()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp206 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
413 thread_list.AddThread(thread_sp); in CreateThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBQueueItem.cpp116 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
H A DSBThread.cpp1447 process->GetExtendedThreadList().AddThread(new_thread_sp); in GetExtendedBacktraceThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h107 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);
H A DNativeProcessNetBSD.cpp643 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread() function in NativeProcessNetBSD
783 AddThread(info.pl_lwpid); in ReinitializeThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp148 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h314 NativeThreadDarwinSP AddThread(lldb::tid_t thread_id);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp1043 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()
1044 threads->AddThread(new_thread_sp); in AddThreadsForPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp560 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp325 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp272 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp55 void AddThread(uint32_t thread_index_id) const { in AddThread() function in CommandObjectIterateOverThreads::UniqueStack
230 matching_stack->AddThread(thread_index_id); in BucketThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp196 new_thread_list.AddThread(thread_sp); in UpdateThreadList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1824 m_thread_list_real.AddThread(thread_sp); in SetThreadStopInfo()