Lines Matching refs:threadinfo
57 struct threadinfo { struct
58 struct threadinfo *next; argument
67 static struct threadinfo *thr_head, *thr_tail; argument
138 static struct threadinfo *find_thread(id_t);
142 static void print_zombie(struct ps_prochandle *, struct threadinfo *);
318 struct threadinfo *tip; in thr_stack()
324 tip = malloc(sizeof (struct threadinfo)); in thr_stack()
350 struct threadinfo *tip = thr_head; in free_threadinfo()
351 struct threadinfo *next; in free_threadinfo()
365 static struct threadinfo *
368 struct threadinfo *tip; in find_thread()
385 struct threadinfo *tip; in thread_call_stack()
447 struct threadinfo *tip; in all_call_stacks()
612 print_zombie(struct ps_prochandle *Pr, struct threadinfo *tip) in print_zombie()