Home
last modified time | relevance | path

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

/NextBSD/contrib/netbsd-tests/lib/libpthread/
HDt_sem.c187 SEM_REQUIRE(sem_destroy(&sem_b)); in ATF_TC_BODY()
208 SEM_REQUIRE(sem_destroy(&sem_a)); in ATF_TC_BODY()
/NextBSD/include/
HDsemaphore.h56 int sem_destroy(sem_t *);
/NextBSD/contrib/gcclibs/libgomp/config/posix/
HDsem.h87 sem_destroy (sem); in gomp_sem_destroy()
/NextBSD/contrib/netbsd-tests/lib/semaphore/
HDsem.c93 ATF_REQUIRE_EQ(sem_destroy(&sem), 0); in ATF_TC_BODY()
147 if (sem_destroy(&semmarit[1]) == -1) in ATF_TC_BODY()
/NextBSD/lib/libthr/thread/
HDthr_sem.c47 FB10_COMPAT(_sem_destroy_compat, sem_destroy);
/NextBSD/lib/libdispatch/src/
HDsemaphore.c209 int ret = sem_destroy(&dsema->dsema_sem); in _dispatch_semaphore_dispose()
729 int ret = sem_destroy(s4); in _dispatch_thread_semaphore_dispose()
/NextBSD/lib/libc/include/
HDnamespace.h213 #define sem_destroy _sem_destroy macro
HDun-namespace.h194 #undef sem_destroy
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessMonitor.cpp765 sem_destroy(&m_semaphore); in ~OperationArgs()
1586 sem_destroy(&m_operation_pending); in StopMonitor()
1587 sem_destroy(&m_operation_done); in StopMonitor()
/NextBSD/lib/libc/gen/
HDSymbol.map370 sem_destroy;
HDsem_new.c53 __weak_reference(_sem_destroy, sem_destroy);
HDsem.c113 FB10_COMPAT(_libc_sem_destroy_compat, sem_destroy);
HDMakefile.inc255 sem_destroy.3 \
/NextBSD/sys/contrib/dev/acpica/os_specific/service_layers/
HDosunixxf.c813 if (sem_destroy (Sem) == -1) in AcpiOsDeleteSemaphore()
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDdone_abilist.txt129 fun:sem_destroy=discard
HDlibc_ubuntu1404_abilist.txt2805 fun:sem_destroy=uninstrumented
/NextBSD/usr.sbin/pppctl/
HDpppctl.c639 sem_destroy(&sem_select); in main()
/NextBSD/usr.bin/sort/
HDradixsort.c678 sem_destroy(&mtsem); in run_sort()
HDfile.c1585 sem_destroy(&mtsem); in mt_sort()
/NextBSD/contrib/ntp/libntp/
HDwork_thread.c661 sem_destroy(obj); in delete_sema()
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc1283 TSAN_INTERCEPTOR(int, sem_destroy, void *s) { in TSAN_INTERCEPTOR() argument
1284 SCOPED_TSAN_INTERCEPTOR(sem_destroy, s); in TSAN_INTERCEPTOR()
1285 int res = REAL(sem_destroy)(s); in TSAN_INTERCEPTOR()
2550 TSAN_INTERCEPT(sem_destroy); in InitializeInterceptors()