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

/darwin-on-arm/xnu/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.c500 * While the thread is asleep (uu_wchan != 0)
507 while (((waitblock = (struct lockf *)ut->uu_wchan) != NULL) &&
510 waitblock = (struct lockf *)ut->uu_wchan;
/darwin-on-arm/xnu/bsd/sys/
H A Duser.h164 caddr_t uu_wchan; /* sleeping thread wait channel */ member in struct:uthread

Completed in 21 milliseconds