Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dada-tasks.c1569 std::vector<std::pair<int, thread_info_ref>> thr_list_cpy; in task_apply_all_command() local
1583 thr_list_cpy.emplace_back (i, thread_info_ref::new_reference (tp)); in task_apply_all_command()
1588 for (const auto &info : thr_list_cpy) in task_apply_all_command()
1612 std::vector<std::pair<int, thread_info_ref>> thr_list_cpy; in task_apply_command() local
1633 thr_list_cpy.emplace_back (num, in task_apply_command()
1652 for (const auto &info : thr_list_cpy) in task_apply_command()
Dthread.c1713 std::vector<thread_info_ref> thr_list_cpy; in thread_apply_all_command() local
1714 thr_list_cpy.reserve (tc); in thread_apply_all_command()
1717 thr_list_cpy.push_back (thread_info_ref::new_reference (tp)); in thread_apply_all_command()
1718 gdb_assert (thr_list_cpy.size () == tc); in thread_apply_all_command()
1723 std::sort (thr_list_cpy.begin (), thr_list_cpy.end (), sorter); in thread_apply_all_command()
1727 for (thread_info_ref &thr : thr_list_cpy) in thread_apply_all_command()