Searched refs:threadinfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c57 struct threadinfo { struct
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 *
[all...]

Completed in 44 milliseconds