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