Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dthread-iter.c31 auto thr_iter = inf.thread_list.begin (); in all_threads_iterator() local
32 if (thr_iter != inf.thread_list.end ()) in all_threads_iterator()
35 m_thr = &*thr_iter; in all_threads_iterator()
49 intrusive_list<thread_info>::iterator thr_iter (m_thr); in advance()
59 thr_iter = m_inf->thread_list.begin (); in advance()
60 while (thr_iter != m_inf->thread_list.end ()) in advance()
62 m_thr = &*thr_iter; in advance()
65 ++thr_iter; in advance()
139 intrusive_list<thread_info>::iterator thr_iter in advance() local
154 thr_iter = m_inf->thread_list.begin (); in advance()
[all …]
Dlinux-thread-db.c740 void *thr_iter = verbose_dlsym (info->handle, "td_ta_thr_iter"); in check_thread_db() local
741 if (thr_iter == NULL) in check_thread_db()
744 td_ta_thr_iter_p = (td_ta_thr_iter_ftype *) thr_iter; in check_thread_db()
Dinfrun.c2622 for (thread_info *thr_iter : all_non_exited_threads (resume_target, in do_target_resume()
2624 if (thr_iter != tp) in do_target_resume()
2625 thr_iter->set_thread_options (0); in do_target_resume()