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

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c67 static struct threadinfo *thr_head, *thr_tail; variable in typeref:struct:threadinfo
341 thr_head = tip;
350 struct threadinfo *tip = thr_head;
359 thr_head = thr_tail = NULL;
370 for (tip = thr_head; tip; tip = tip->next) {
457 for (tip = thr_head; tip; tip = tip->next) {

Completed in 56 milliseconds