Home
last modified time | relevance | path

Searched refs:sem_destroy (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/tests/lib/librt/
H A Dt_sem.c277 ATF_REQUIRE_EQ(sem_destroy(&master_region->the_sem), 0); in ATF_TC_BODY()
304 ATF_REQUIRE(sem_destroy(sem) == -1 && errno == EINVAL); in ATF_TC_BODY()
309 ATF_REQUIRE_EQ(sem_destroy(&the_sem), 0); in ATF_TC_BODY()
/netbsd-src/lib/librt/
H A Dsem.c76 #define sem_destroy _librt_sem_destroy macro
145 __weak_alias(sem_destroy,_librt_sem_destroy) in __weak_alias()
238 sem_destroy(sem_t *sem) in sem_destroy() function
H A DMakefile19 sem_destroy.3 sem_getvalue.3 sem_init.3 sem_open.3 sem_post.3 \
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/posix/
H A Dlock.c134 sem_destroy (lock); in gomp_destroy_lock_30()
167 sem_destroy (&lock->lock); in gomp_destroy_nest_lock_30()
H A Dsem.h85 sem_destroy (sem); in gomp_sem_destroy()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/posix/
H A Dlock.c134 sem_destroy (lock); in gomp_destroy_lock_30()
167 sem_destroy (&lock->lock); in gomp_destroy_nest_lock_30()
H A Dsem.h87 sem_destroy (sem); in gomp_sem_destroy()
/netbsd-src/tests/lib/libpthread/
H A Dt_sem.c184 SEM_REQUIRE(sem_destroy(&sem_b)); in ATF_TC_BODY()
205 SEM_REQUIRE(sem_destroy(&sem_a)); in ATF_TC_BODY()
/netbsd-src/include/
H A Dsemaphore.h47 int sem_destroy(sem_t *);
/netbsd-src/tests/lib/semaphore/
H A Dsem.c93 ATF_REQUIRE_EQ(sem_destroy(&sem), 0); in ATF_TC_BODY()
147 if (sem_destroy(&semmarit[1]) == -1) in ATF_TC_BODY()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dos390-syscalls.h69 int sem_destroy(UV_PLATFORM_SEM_T* semid);
H A Dos390-syscalls.c519 int sem_destroy(UV_PLATFORM_SEM_T* semid) { in sem_destroy() function
H A Dthread.c631 if (sem_destroy(sem)) in uv__sem_destroy()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsemaphore.d170 int sem_destroy(sem_t*);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dsemaphore_base.h71 { sem_destroy(&_M_semaphore); } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Dsemaphore.d126 int rc = sem_destroy( &m_hndl ); in ~this()
/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Dosunixxf.c847 if (sem_destroy (Sem) == -1) in AcpiOsDeleteSemaphore()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support464 return sem_destroy(__sem) == 0;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6138 INTERCEPTOR(int, sem_destroy, __sanitizer_sem_t *s) {
6140 COMMON_INTERCEPTOR_ENTER(ctx, sem_destroy, s);
6141 int res = REAL(sem_destroy)(s);
6196 COMMON_INTERCEPT_FUNCTION(sem_destroy); \
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6560 INTERCEPTOR(int, sem_destroy, __sanitizer_sem_t *s) {
6562 COMMON_INTERCEPTOR_ENTER(ctx, sem_destroy, s);
6563 int res = REAL(sem_destroy)(s);
6641 COMMON_INTERCEPT_FUNCTION(sem_destroy); \
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6382 INTERCEPTOR(int, sem_destroy, __sanitizer_sem_t *s) {
6384 COMMON_INTERCEPTOR_ENTER(ctx, sem_destroy, s);
6385 int res = REAL(sem_destroy)(s);
6440 COMMON_INTERCEPT_FUNCTION(sem_destroy); \