Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
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()
DInstrumentationRuntime.cpp74 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
DCMakeLists.txt47 ThreadCollection.cpp
DThreadList.cpp26 : 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()
DProcess.cpp5887 threads = std::make_shared<ThreadCollection>( in GetHistoryThreads()
/external/llvm-project/lldb/include/lldb/Target/
DThreadCollection.h20 class ThreadCollection {
27 ThreadCollection();
29 ThreadCollection(collection threads);
31 virtual ~ThreadCollection() {} in ~ThreadCollection()
DThreadList.h26 class ThreadList : public ThreadCollection {
/external/llvm-project/lldb/include/lldb/API/
DSBThreadCollection.h36 lldb_private::ThreadCollection *get() const;
38 lldb_private::ThreadCollection *operator->() const;
/external/llvm-project/lldb/source/API/
DSBThreadCollection.cpp47 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get()
51 lldb_private::ThreadCollection *SBThreadCollection::operator->() const { in operator ->()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp252 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp305 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h217 class ThreadCollection; variable
434 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP;
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp1053 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()