Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsemaphore.h61 int sem_wait(sem_t *) __DARWIN_ALIAS_C(sem_wait);
/xnu-12377.41.6/bsd/man/man2/
H A DMakefile186 sem_wait.2 \
257 sem_wait.2 sem_trywait.2
/xnu-12377.41.6/tests/skywalk/
H A Dskt_mpprotons.c188 sem_wait(sem_dup_flow_failed); in skt_mpprotons_main()
193 sem_wait(sem_flow_created); in skt_mpprotons_main()
/xnu-12377.41.6/tests/
H A Dv4mappedv6_recvpktinfo.c130 sem_wait(&mutex);
/xnu-12377.41.6/bsd/kern/
H A Dposix_sem.c974 sem_wait(proc_t p, struct sem_wait_args *uap, int32_t *retval) in sem_wait() function