Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dsemaphore.h58 int sem_post(sem_t *);
/xnu-8020.101.4/bsd/man/man2/
H A DMakefile179 sem_post.2 \
/xnu-8020.101.4/tests/
H A Dv4mappedv6_recvpktinfo.c90 sem_post(&mutex); in listener_thread()
/xnu-8020.101.4/bsd/kern/
H A Dposix_sem.c931 sem_post(proc_t p, struct sem_post_args *uap, __unused int32_t *retval) in sem_post() function