Searched refs:SEMAPHORE_TIMEOUT_NOBLOCK (Results 1 – 2 of 2) sorted by relevance
685 } else if (option & SEMAPHORE_TIMEOUT_NOBLOCK) { in semaphore_wait_internal()810 0ULL, SEMAPHORE_TIMEOUT_NOBLOCK, SEMAPHORE_CONT_NULL); in semaphore_wait_noblock()884 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait()936 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_trap_internal()1038 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_signal()1088 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_signal_trap_internal()
131 #define SEMAPHORE_TIMEOUT_NOBLOCK 0x00100000 macro