Searched refs:thread_collection (Results 1 – 2 of 2) sorted by relevance
146 lldb_private::ThreadCollection::collection thread_collection; in GetThreadsToSave() local149 return thread_collection; in GetThreadsToSave()153 thread_collection.push_back(thread_list.FindThreadByID(tid)); in GetThreadsToSave()155 return thread_collection; in GetThreadsToSave()
53 typedef std::vector<std::unique_ptr<NativeThreadProtocol>> thread_collection; typedef55 std::recursive_mutex, thread_collection,56 llvm::pointee_iterator<thread_collection::const_iterator>>