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

/xnu-2782.1.97/bsd/kern/
H A Dkern_synch.c125 ut->uu_wchan = NULL;
184 ut->uu_wchan = chan;
301 ut->uu_wchan = NULL;
H A Dkern_lockf.c513 * While the thread is asleep (uu_wchan != 0)
520 while (((waitblock = (struct lockf *)ut->uu_wchan) != NULL) &&
523 waitblock = (struct lockf *)ut->uu_wchan;
/xnu-2782.1.97/bsd/sys/
H A Duser.h196 caddr_t uu_wchan; /* sleeping thread wait channel */ member in struct:uthread
/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Ddarwin.d309 pr_wchan = (uintptr_t)(((uthread_t)(T->uthread))->uu_wchan);

Completed in 82 milliseconds