Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp532 for (ThreadSP old_thread : old_thread_list.Threads()) { in DoUpdateThreadList() local
533 lldb::tid_t old_thread_id = old_thread->GetID(); in DoUpdateThreadList()
537 new_thread_list.AddThread(old_thread); in DoUpdateThreadList()