Searched refs:sem_open (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/tests/skywalk/ |
| H A D | skt_mpprotons.c | 166 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 D | semaphore.h | 57 sem_t * sem_open(const char *, int, ...);
|
| /xnu-11215.1.10/bsd/man/man2/ |
| H A D | Makefile | 181 sem_open.2 \
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | posix_sem.c | 375 sem_open(proc_t p, struct sem_open_args *uap, user_addr_t *retval) in sem_open() function
|