threadinfo
static struct threadinfo *find_thread(id_t);
static void print_zombie(struct ps_prochandle *, struct threadinfo *);
struct threadinfo *tip;
tip = malloc(sizeof (struct threadinfo));
struct threadinfo *tip = thr_head;
struct threadinfo *next;
static struct threadinfo *
struct threadinfo *tip;
struct threadinfo *tip;
struct threadinfo *tip;
struct threadinfo *next;
print_zombie(struct ps_prochandle *Pr, struct threadinfo *tip)
static struct threadinfo *thr_head, *thr_tail;