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

/xnu-2422.115.4/osfmk/mach/
H A Dsemaphore.h131 #define SEMAPHORE_TIMEOUT_NOBLOCK 0x00100000 macro
/xnu-2422.115.4/osfmk/kern/
H A Dsync_sema.c630 } else if (option & SEMAPHORE_TIMEOUT_NOBLOCK) {
750 0ULL, SEMAPHORE_TIMEOUT_NOBLOCK,
827 option = SEMAPHORE_TIMEOUT_NOBLOCK;
880 option = SEMAPHORE_TIMEOUT_NOBLOCK;
979 option = SEMAPHORE_TIMEOUT_NOBLOCK;
1028 option = SEMAPHORE_TIMEOUT_NOBLOCK;

Completed in 67 milliseconds