Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dposix_sem.c54 sem_unlink(open_sem_invalid); in cleanup_open()
55 sem_unlink(open_sem_a); in cleanup_open()
56 sem_unlink(open_sem_b); in cleanup_open()
61 sem_unlink(name_buf); in cleanup_open()
129 T_EXPECT_POSIX_SUCCESS(sem_unlink(name_buf), "sem_unlink(%s)", name_buf);
183 sem_unlink(namespace_test_sem_name); in cleanup_namespace()
222 T_ASSERT_POSIX_SUCCESS(sem_unlink(namespace_test_sem_name), "sem_unlink");
H A Dposix_sem_namespace_helper.c77 if (sem_unlink(sem_name) != 0) { in main()
83 sem_unlink(sem_name); in main()
/xnu-12377.1.9/tests/skywalk/
H A Dskt_mpprotons.c119 sem_unlink(SEM_1ST_FLOW_CREATED); in skt_protons_net_fini()
120 sem_unlink(SEM_2ND_FLOW_FAILED); in skt_protons_net_fini()
/xnu-12377.1.9/bsd/sys/
H A Dsemaphore.h60 int sem_unlink(const char *);
/xnu-12377.1.9/bsd/man/man2/
H A DMakefile185 sem_unlink.2 \
/xnu-12377.1.9/bsd/kern/
H A Dposix_sem.c872 sem_unlink(__unused proc_t p, struct sem_unlink_args *uap, __unused int32_t *retval) in sem_unlink() function