Searched refs:old_thread_list_copy (Results 1 – 2 of 2) sorted by relevance
178 ThreadList old_thread_list_copy(old_thread_list); in UpdateThreadList() local181 ThreadSP thread_sp(old_thread_list_copy.RemoveThreadByID(tid, false)); in UpdateThreadList()192 for (size_t i = 0; i < old_thread_list_copy.GetSize(false); ++i) { in UpdateThreadList()193 ThreadSP old_thread_sp(old_thread_list_copy.GetThreadAtIndex(i, false)); in UpdateThreadList()
1631 ThreadList old_thread_list_copy(old_thread_list); in UpdateThreadList() local1636 old_thread_list_copy.RemoveThreadByProtocolID(tid, false)); in UpdateThreadList()1653 size_t old_num_thread_ids = old_thread_list_copy.GetSize(false); in UpdateThreadList()1655 ThreadSP old_thread_sp(old_thread_list_copy.GetThreadAtIndex(i, false)); in UpdateThreadList()