Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
HDt_sem.c184 SEM_REQUIRE(sem_destroy(&sem_b)); in ATF_TC_BODY()
205 SEM_REQUIRE(sem_destroy(&sem_a)); in ATF_TC_BODY()
/freebsd-11-stable/tests/sys/aio/
HDlio_test.c179 ATF_REQUIRE_EQ(0, sem_destroy(&completions)); in ATF_TC_BODY()
202 ATF_REQUIRE_EQ(0, sem_destroy(&completions)); in ATF_TC_BODY()
/freebsd-11-stable/include/
HDsemaphore.h60 int sem_destroy(sem_t *);
/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/
HDsem.h87 sem_destroy (sem); in gomp_sem_destroy()
/freebsd-11-stable/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()
/freebsd-11-stable/contrib/ofed/librdmacm/
HDcma.h64 sem_destroy(&lock->sem); in fastlock_destroy()
/freebsd-11-stable/lib/libthr/thread/
HDthr_sem.c48 FB10_COMPAT(_sem_destroy_compat, sem_destroy);
/freebsd-11-stable/lib/libc/include/
HDun-namespace.h197 #undef sem_destroy
HDnamespace.h216 #define sem_destroy _sem_destroy macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDProcessMonitor.cpp666 ProcessMonitor::OperationArgs::~OperationArgs() { sem_destroy(&m_semaphore); } in ~OperationArgs()
1394 sem_destroy(&m_operation_pending); in StopMonitor()
1395 sem_destroy(&m_operation_done); in StopMonitor()
/freebsd-11-stable/lib/libc/gen/
HDsem.c113 FB10_COMPAT(_libc_sem_destroy_compat, sem_destroy);
HDSymbol.map371 sem_destroy;
HDsem_new.c54 __weak_reference(_sem_destroy, sem_destroy);
HDMakefile.inc259 sem_destroy.3 \
/freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/
HDosunixxf.c955 if (sem_destroy (Sem) == -1) in AcpiOsDeleteSemaphore()
/freebsd-11-stable/usr.sbin/pppctl/
HDpppctl.c641 sem_destroy(&sem_select); in main()
/freebsd-11-stable/usr.bin/sort/
HDradixsort.c687 sem_destroy(&mtsem); in run_sort()
HDfile.c1587 sem_destroy(&mtsem); in mt_sort()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdone_abilist.txt131 fun:sem_destroy=discard
HDlibc_ubuntu1404_abilist.txt2805 fun:sem_destroy=uninstrumented
/freebsd-11-stable/contrib/ntp/libntp/
HDwork_thread.c734 sem_destroy(obj); in delete_sema()
/freebsd-11-stable/tests/sys/netmap/
HDctrl-api-test.c1541 sem_destroy(&sem); in sync_kloop_conflict()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc6239 INTERCEPTOR(int, sem_destroy, __sanitizer_sem_t *s) {
6241 COMMON_INTERCEPTOR_ENTER(ctx, sem_destroy, s);
6242 int res = REAL(sem_destroy)(s);
6297 COMMON_INTERCEPT_FUNCTION(sem_destroy); \