Home
last modified time | relevance | path

Searched refs:thr_tail (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
344 if (thr_tail) in thr_stack()
345 thr_tail->next = tip; in thr_stack()
348 thr_tail = tip; in thr_stack()
365 thr_head = thr_tail = NULL; in free_threadinfo()