Searched refs:ThreadCollection (Results 1 – 16 of 16) sorted by relevance
19 ThreadCollection::ThreadCollection() : m_threads(), m_mutex() {} in ThreadCollection() function in ThreadCollection21 ThreadCollection::ThreadCollection(collection threads) in ThreadCollection() function in ThreadCollection24 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()
74 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
50 ThreadCollection.cpp
27 : 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()
5790 threads = std::make_shared<ThreadCollection>( in GetHistoryThreads()
20 class ThreadCollection {27 ThreadCollection();29 ThreadCollection(collection threads);31 virtual ~ThreadCollection() = default;
26 class ThreadList : public ThreadCollection {
36 lldb_private::ThreadCollection *get() const;38 lldb_private::ThreadCollection *operator->() const;
42 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get()46 lldb_private::ThreadCollection *SBThreadCollection::operator->() const { in operator ->()
49 ThreadCollection.cpp \
73 "ThreadCollection.cpp",
243 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
228 class ThreadCollection; variable423 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP;
304 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
1054 ThreadCollectionSP threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
3828 lldb/include/lldb/Target/ThreadCollection.h4642 lldb/source/Target/ThreadCollection.cpp