Searched refs:ThreadCollection (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadCollection.cpp1 //===-- ThreadCollection.cpp ------------------------------------*- C++ -*-===//
14 #include "lldb/Target/ThreadCollection.h"
19 ThreadCollection::ThreadCollection() : m_threads(), m_mutex() {} function in class:ThreadCollection
21 ThreadCollection::ThreadCollection(collection threads) function in class:ThreadCollection
24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) {
29 void ThreadCollection::AddThreadSortedByIndexID(const ThreadSP &thread_sp) {
45 void ThreadCollection::InsertThread(const lldb::ThreadSP &thread_sp,
54 uint32_t ThreadCollection
[all...]
H A DInstrumentationRuntime.cpp74 return ThreadCollectionSP(new ThreadCollection());
H A DThreadList.cpp26 : ThreadCollection(), m_process(process), m_stop_id(0),
30 : ThreadCollection(), m_process(rhs.m_process), m_stop_id(rhs.m_stop_id),
H A DProcess.cpp5722 threads = std::make_shared<ThreadCollection>(
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadCollection.h1 //===-- ThreadCollection.h --------------------------------------*- C++ -*-===//
20 class ThreadCollection { class in namespace:lldb_private
27 ThreadCollection();
29 ThreadCollection(collection threads);
31 virtual ~ThreadCollection() {}
H A DThreadList.h16 #include "lldb/Target/ThreadCollection.h"
25 // functionality is ThreadCollection.
26 class ThreadList : public ThreadCollection {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadCollection.h36 lldb_private::ThreadCollection *get() const;
38 lldb_private::ThreadCollection *operator->() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp47 lldb_private::ThreadCollection *SBThreadCollection::get() const {
51 lldb_private::ThreadCollection *SBThreadCollection::operator->() const {
H A DSBThread.cpp296 threads = std::make_shared<ThreadCollection>();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp243 threads = std::make_shared<ThreadCollection>();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp308 threads = std::make_shared<ThreadCollection>();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h237 class ThreadCollection;
445 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp1049 threads = std::make_shared<ThreadCollection>();
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile576 SRCS+= Target/ThreadCollection.cpp

Completed in 275 milliseconds