Lines Matching refs:thread_info
54 static struct thread_info *thread_list = NULL;
57 static struct thread_info *find_thread_id (int num);
61 static int thread_alive (struct thread_info *);
72 struct thread_info *tp; in delete_step_resume_breakpoint()
86 free_thread (struct thread_info *tp) in free_thread()
104 struct thread_info *tp, *tpnext; in init_thread_list()
122 struct thread_info *
125 struct thread_info *tp; in add_thread()
127 tp = (struct thread_info *) xmalloc (sizeof (*tp)); in add_thread()
139 struct thread_info *tp, *tpprev; in delete_thread()
158 static struct thread_info *
161 struct thread_info *tp; in find_thread_id()
171 struct thread_info *
174 struct thread_info *tp; in find_thread_pid()
197 struct thread_info *
198 iterate_over_threads (int (*callback) (struct thread_info *, void *), in iterate_over_threads() argument
201 struct thread_info *tp; in iterate_over_threads()
213 struct thread_info *tp; in valid_thread_id()
225 struct thread_info *tp; in pid_to_thread_id()
237 struct thread_info *thread = find_thread_id (num); in thread_id_to_pid()
247 struct thread_info *tp; in in_thread_list()
261 struct thread_info *tp; in do_captured_list_thread_ids()
307 struct thread_info *tp; in load_infrun_state()
348 struct thread_info *tp; in save_infrun_state()
372 thread_alive (struct thread_info *tp) in thread_alive()
387 struct thread_info *tp, *next; in prune_threads()
407 struct thread_info *tp; in info_threads_command()
514 struct thread_info *tp; in thread_apply_all_command()
571 struct thread_info *tp; in thread_apply_command()
644 struct thread_info *tp; in do_captured_thread_select()