Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c60 struct threadinfo { struct
61 struct threadinfo *next; argument
70 static struct threadinfo *thr_head, *thr_tail; argument
324 struct threadinfo *tip; in thr_stack()
330 tip = malloc(sizeof (struct threadinfo)); in thr_stack()
356 struct threadinfo *tip = thr_head; in free_threadinfo()
357 struct threadinfo *next; in free_threadinfo()
371 static struct threadinfo *
374 struct threadinfo *tip; in find_thread()
392 struct threadinfo *tip; in thread_call_stack()
[all …]