Searched refs:SEMAPHORE_TIMEOUT_NOBLOCK (Results 1 – 2 of 2) sorted by relevance
694 } else if (option & SEMAPHORE_TIMEOUT_NOBLOCK) { in semaphore_wait_internal()819 0ULL, SEMAPHORE_TIMEOUT_NOBLOCK, SEMAPHORE_CONT_NULL); in semaphore_wait_noblock()893 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait()945 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_trap_internal()1047 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_signal()1097 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_signal_trap_internal()
131 #define SEMAPHORE_TIMEOUT_NOBLOCK 0x00100000 macro