Searched refs:ThreadCollection (Results 1 – 13 of 13) 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()
47 ThreadCollection.cpp
26 : ThreadCollection(), m_process(process), m_stop_id(0), in ThreadList()30 : ThreadCollection(), m_process(rhs.m_process), m_stop_id(rhs.m_stop_id), in ThreadList()
5887 threads = std::make_shared<ThreadCollection>( in GetHistoryThreads()
20 class ThreadCollection {27 ThreadCollection();29 ThreadCollection(collection threads);31 virtual ~ThreadCollection() {} in ~ThreadCollection()
26 class ThreadList : public ThreadCollection {
36 lldb_private::ThreadCollection *get() const;38 lldb_private::ThreadCollection *operator->() const;
47 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get()51 lldb_private::ThreadCollection *SBThreadCollection::operator->() const { in operator ->()
252 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
305 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
217 class ThreadCollection; variable434 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP;
1053 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()