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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c133 uintptr_t ww_thr; member in struct:wchan_walk_data
183 for (t = ww->ww_thr; t == NULL; ) {
210 ww->ww_thr = NULL;
215 * Set ww_thr to the address of the next thread in the sleepq list.
217 ww->ww_thr = (uintptr_t)thr.t_link;
227 if (ww->ww_thr == NULL)
248 if (ww->ww_thr != NULL) {

Completed in 45 milliseconds