Home
last modified time | relevance | path

Searched refs:thread_collection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp146 lldb_private::ThreadCollection::collection thread_collection; in GetThreadsToSave() local
149 return thread_collection; in GetThreadsToSave()
153 thread_collection.push_back(thread_list.FindThreadByID(tid)); in GetThreadsToSave()
155 return thread_collection; in GetThreadsToSave()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h53 typedef std::vector<std::unique_ptr<NativeThreadProtocol>> thread_collection; typedef
55 std::recursive_mutex, thread_collection,
56 llvm::pointee_iterator<thread_collection::const_iterator>>