Home
last modified time | relevance | path

Searched refs:ThreadCollection (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadCollection.cpp19 ThreadCollection::ThreadCollection() : m_threads(), m_mutex() {} in ThreadCollection() function in ThreadCollection
21 ThreadCollection::ThreadCollection(collection threads) in ThreadCollection() function in ThreadCollection
24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread()
29 void ThreadCollection::AddThreadSortedByIndexID(const ThreadSP &thread_sp) { in AddThreadSortedByIndexID()
45 void ThreadCollection::InsertThread(const lldb::ThreadSP &thread_sp, in InsertThread()
54 uint32_t ThreadCollection::GetSize() { in GetSize()
59 ThreadSP ThreadCollection::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
H A DInstrumentationRuntime.cpp74 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
H A DCMakeLists.txt50 ThreadCollection.cpp
H A DThreadList.cpp27 : ThreadCollection(), m_process(process), m_stop_id(0), in ThreadList()
31 : ThreadCollection(), m_process(rhs.m_process), m_stop_id(rhs.m_stop_id), in ThreadList()
H A DProcess.cpp5767 threads = std::make_shared<ThreadCollection>( in GetHistoryThreads()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadCollection.h20 class ThreadCollection {
27 ThreadCollection();
29 ThreadCollection(collection threads);
31 virtual ~ThreadCollection() = default;
H A DThreadList.h26 class ThreadList : public ThreadCollection {
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThreadCollection.h36 lldb_private::ThreadCollection *get() const;
38 lldb_private::ThreadCollection *operator->() const;
/llvm-project-15.0.7/lldb/source/API/
H A DSBThreadCollection.cpp42 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get()
46 lldb_private::ThreadCollection *SBThreadCollection::operator->() const { in operator ->()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn73 "ThreadCollection.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp242 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h226 class ThreadCollection; variable
415 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP;
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp303 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1051 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3833 lldb/include/lldb/Target/ThreadCollection.h
4645 lldb/source/Target/ThreadCollection.cpp