Searched refs:ThreadCollection (Results 1 – 14 of 14) sorted by relevance
20 ThreadCollection::ThreadCollection() : m_threads(), m_mutex() {} in ThreadCollection() function in ThreadCollection22 ThreadCollection::ThreadCollection(collection threads) in ThreadCollection() function in ThreadCollection25 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread()30 void ThreadCollection::AddThreadSortedByIndexID(const ThreadSP &thread_sp) { in AddThreadSortedByIndexID()46 void ThreadCollection::InsertThread(const lldb::ThreadSP &thread_sp, in InsertThread()55 uint32_t ThreadCollection::GetSize() { in GetSize()60 ThreadSP ThreadCollection::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
75 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
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()
5948 threads.reset(new ThreadCollection(memory_history->GetHistoryThreads(addr))); in GetHistoryThreads()
21 class ThreadCollection {28 ThreadCollection();30 ThreadCollection(collection threads);32 virtual ~ThreadCollection() {} in ~ThreadCollection()
27 class ThreadList : public ThreadCollection {
35 lldb_private::ThreadCollection *get() const;37 lldb_private::ThreadCollection *operator->() const;
38 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get()42 lldb_private::ThreadCollection *SBThreadCollection::operator->() const { in operator ->()
294 threads.reset(new ThreadCollection()); in GetStopReasonExtendedBacktraces()
242 threads.reset(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
307 threads.reset(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
253 class ThreadCollection; variable463 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP;
1054 threads.reset(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
554 SRCS+= Target/ThreadCollection.cpp