Home
last modified time | relevance | path

Searched defs:ThreadCollection (Results 1 – 2 of 2) 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
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h217 class ThreadCollection; variable