Home
last modified time | relevance | path

Searched refs:AddThreadSortedByIndexID (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadCollection.h37 void AddThreadSortedByIndexID(const lldb::ThreadSP &thread_sp);
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadCollection.cpp29 void ThreadCollection::AddThreadSortedByIndexID(const ThreadSP &thread_sp) { in AddThreadSortedByIndexID() function in ThreadCollection
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1561 new_thread_list.AddThreadSortedByIndexID(thread_sp); in DoUpdateThreadList()