Searched refs:SEMAPHORE_TIMEOUT_NOBLOCK (Results 1 – 2 of 2) sorted by relevance
684 } else if (option & SEMAPHORE_TIMEOUT_NOBLOCK) { in semaphore_wait_internal()809 0ULL, SEMAPHORE_TIMEOUT_NOBLOCK, SEMAPHORE_CONT_NULL); in semaphore_wait_noblock()883 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait()935 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_trap_internal()1037 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_signal()1087 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_signal_trap_internal()
131 #define SEMAPHORE_TIMEOUT_NOBLOCK 0x00100000 macro