Home
last modified time | relevance | path

Searched refs:sem_wait (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dsemaphore.h61 int sem_wait(sem_t *) __DARWIN_ALIAS_C(sem_wait);
/xnu-8792.41.9/bsd/man/man2/
H A DMakefile184 sem_wait.2 \
255 sem_wait.2 sem_trywait.2
/xnu-8792.41.9/tests/
H A Dv4mappedv6_recvpktinfo.c130 sem_wait(&mutex);
/xnu-8792.41.9/bsd/kern/
H A Dposix_sem.c802 sem_wait(proc_t p, struct sem_wait_args *uap, int32_t *retval) in sem_wait() function