Searched defs:heldcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c1665 int heldcnt; local
1744 if ((heldcnt = p->p_lwpcnt) > 1) {
1746 for (t = curthread->t_forw; --heldcnt > 0; t = t->t_forw) {

Completed in 117 milliseconds