Searched refs:AddThread (Results 1 - 23 of 23) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp570 run_me_only_list.AddThread(thread_sp);
574 run_me_only_list.AddThread(thread_sp);
H A DThreadCollection.cpp24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { function in class:ThreadCollection
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp438 new_thread_list.AddThread(thread_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1747 // and the m_thread_list_real.AddThread(...) so it doesn't change on us
1755 m_thread_list_real.AddThread(thread_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp270 new_thread_list.AddThread(thread_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h102 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);
H A DNativeProcessNetBSD.cpp279 NativeThreadNetBSD& t = AddThread(pst.pe_lwp);
767 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { function in class:NativeProcessNetBSD
932 AddThread(info.pl_lwpid);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp190 new_thread_list.AddThread(thread_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp206 new_thread_list.AddThread(thread_sp);
413 thread_list.AddThread(thread_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp569 m_process->GetExtendedThreadList().AddThread(new_thread_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp337 process_sp->GetExtendedThreadList().AddThread(new_thread_sp);
338 threads->AddThread(new_thread_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp1038 process_sp->GetExtendedThreadList().AddThread(new_thread_sp);
1039 threads->AddThread(new_thread_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp270 process_sp->GetExtendedThreadList().AddThread(new_thread_sp);
271 threads->AddThread(new_thread_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp47 void AddThread(uint32_t thread_index_id) const { function in class:CommandObjectIterateOverThreads::UniqueStack
222 matching_stack->AddThread(thread_index_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1361 process->GetExtendedThreadList().AddThread(new_thread_sp);
H A DSBQueueItem.cpp111 process_sp->GetExtendedThreadList().AddThread(thread_sp);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp218 rep.AddThread(leaks[i].tctx, true);
H A Dtsan_rtl_report.cpp192 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { function in class:__tsan::ScopedReportBase
256 void ScopedReportBase::AddThread(int unique_tid, bool suppressable) { function in class:__tsan::ScopedReportBase
259 AddThread(tctx, suppressable);
325 AddThread(tctx);
345 AddThread(tctx);
354 AddThread(tctx);
698 rep.AddThread(tctx);
H A Dtsan_rtl_mutex.cpp521 rep.AddThread((int)r->loop[i].thr_ctx);
H A Dtsan_rtl.h591 void AddThread(const ThreadContext *tctx, bool suppressable = false);
592 void AddThread(int unique_tid, bool suppressable = false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h295 NativeThreadDarwinSP AddThread(lldb::tid_t thread_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp146 process_sp->GetExtendedThreadList().AddThread(new_thread_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadCollection.h35 void AddThread(const lldb::ThreadSP &thread_sp);

Completed in 351 milliseconds