Searched refs:SEMAPHORE_TIMEOUT_NOBLOCK (Results 1 – 2 of 2) sorted by relevance
711 } else if (option & SEMAPHORE_TIMEOUT_NOBLOCK) { in semaphore_wait_internal()836 0ULL, SEMAPHORE_TIMEOUT_NOBLOCK, SEMAPHORE_CONT_NULL); in semaphore_wait_noblock()910 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait()962 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_trap_internal()1064 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_signal()1114 option = SEMAPHORE_TIMEOUT_NOBLOCK; in semaphore_timedwait_signal_trap_internal()
131 #define SEMAPHORE_TIMEOUT_NOBLOCK 0x00100000 macro