Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/skywalk/
H A Dskt_mpprotons.c166 sem_t *sem_flow_created = sem_open(SEM_1ST_FLOW_CREATED, O_CREAT, 0660, 0); in skt_mpprotons_main()
167 sem_t *sem_dup_flow_failed = sem_open(SEM_2ND_FLOW_FAILED, O_CREAT, 0660, 0); in skt_mpprotons_main()
/xnu-11215.1.10/bsd/sys/
H A Dsemaphore.h57 sem_t * sem_open(const char *, int, ...);
/xnu-11215.1.10/bsd/man/man2/
H A DMakefile181 sem_open.2 \
/xnu-11215.1.10/bsd/kern/
H A Dposix_sem.c375 sem_open(proc_t p, struct sem_open_args *uap, user_addr_t *retval) in sem_open() function