Home | History | Annotate | Download | only in gdb

Lines Matching defs:thread_list

252   struct procinfo *thread_list;
294 thread_list, we want to find whatever threads are already
300 for (pi = pi->thread_list; pi; pi = pi->next)
476 pi->next = parent->thread_list;
477 parent->thread_list = pi;
531 destroy_one_procinfo (&tmp->thread_list, pi);
536 while (pi->thread_list != NULL)
537 destroy_one_procinfo (&pi->thread_list, pi->thread_list);
1603 destroy_one_procinfo (&parent->thread_list, thread);
1680 for (thread = pi->thread_list; thread != NULL; thread = next)