Searched refs:accept_wait (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsync_lock.h66 /* boolean_t */ accept_wait:1, /* accepting thread waiting? */ member in struct:ulock
H A Dsync_lock.c194 ulock->accept_wait = FALSE;
256 if (ulock->accept_wait) {
257 ulock->accept_wait = FALSE;
621 if (ulock->accept_wait) {
653 ulock->accept_wait = FALSE;
744 if (ulock->accept_wait) {
791 ulock->accept_wait = TRUE;
814 assert(ulock->accept_wait == FALSE);
821 ulock->accept_wait = FALSE;

Completed in 20 milliseconds