Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c70 static struct threadinfo *thr_head, *thr_tail; variable
347 thr_head = tip; in thr_stack()
356 struct threadinfo *tip = thr_head; in free_threadinfo()
365 thr_head = thr_tail = NULL; in free_threadinfo()
376 for (tip = thr_head; tip; tip = tip->next) { in find_thread()
471 for (tip = thr_head; tip; tip = tip->next) { in all_call_stacks()