Home
last modified time | relevance | path

Searched refs:sem_trywait (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/bsd/sys/
H A Dsemaphore.h59 int sem_trywait(sem_t *);
/xnu-10002.1.13/bsd/man/man2/
H A DMakefile255 sem_wait.2 sem_trywait.2
/xnu-10002.1.13/bsd/kern/
H A Dposix_sem.c867 sem_trywait(proc_t p, struct sem_trywait_args *uap, __unused int32_t *retval) in sem_trywait() function