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

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c118 prchoose(proc_t *p) function
154 panic("prchoose: bad thread state %d, thread 0x%p",
216 panic("prchoose: bad t_whystop %d, thread 0x%p",
866 t = prchoose(p); /* returns locked thread */
1089 t = prchoose(p); /* returns locked thread */
2227 if ((t = prchoose(p)) == NULL) /* returns locked thread */
2360 if ((t = prchoose(p)) == NULL) /* returns locked thread */

Completed in 53 milliseconds