Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/librt/
H A Dt_sem.c138 ATF_REQUIRE_EQ(sem_unlink("/sem_b"), 0); in ATF_TC_BODY()
142 (void)sem_unlink("/sem_b"); in ATF_TC_CLEANUP()
199 ATF_REQUIRE_EQ(sem_unlink("/sem_a"), 0); in ATF_TC_BODY()
203 (void)sem_unlink("/sem_a"); in ATF_TC_CLEANUP()
/freebsd/tools/regression/posixsem2/
H A Dsemtest.c61 sem_unlink(SEM_NAME); in test_named()
103 sem_unlink(SEM_NAME); in test_named2()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_sem.c128 (void) sem_unlink("/foo"); in ATF_TC_BODY()
132 SEM_REQUIRE(sem_unlink("/foo")); in ATF_TC_BODY()
/freebsd/include/
H A Dsemaphore.h67 int sem_unlink(const char *);
/freebsd/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c271 sem_unlink(SEM2); in ATF_TC_BODY()
310 if (sem_unlink(SEM) == -1) in ATF_TC_BODY()
/freebsd/lib/libc/include/
H A Dnamespace.h226 #define sem_unlink _sem_unlink macro
H A Dun-namespace.h207 #undef sem_unlink
/freebsd/lib/libc/gen/
H A Dsem.c116 FB10_COMPAT(_libc_sem_unlink_compat, sem_unlink);
H A DSymbol.map355 sem_unlink;
H A Dsem_new.c62 __weak_reference(_sem_unlink, sem_unlink);
H A DMakefile.inc494 sem_open.3 sem_unlink.3
/freebsd/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c903 sem_unlink (SemaphoreName); /* This just deletes the name */ in AcpiOsCreateSemaphore()
/freebsd/contrib/openbsm/etc/
H A Daudit_event340 344:AUE_DARWIN_SEMUNLINK:sem_unlink(2):ip
394 43034:AUE_SEMUNLINK:sem_unlink(2):ip
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6600 INTERCEPTOR(int, sem_unlink, const char *name) {
6602 COMMON_INTERCEPTOR_ENTER(ctx, sem_unlink, name);
6604 return REAL(sem_unlink)(name);
6616 COMMON_INTERCEPT_FUNCTION(sem_unlink);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2818 fun:sem_unlink=uninstrumented