Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dsemaphore.h60 int sem_unlink(const char *);
/xnu-8020.101.4/bsd/man/man2/
H A DMakefile180 sem_unlink.2 \
/xnu-8020.101.4/bsd/kern/
H A Dposix_sem.c702 sem_unlink(__unused proc_t p, struct sem_unlink_args *uap, __unused int32_t *retval) in sem_unlink() function