Searched refs:sem_destroy (Results 1 – 23 of 23) sorted by relevance
| /freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/ |
| HD | t_sem.c | 184 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/ |
| HD | lio_test.c | 179 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/ |
| HD | semaphore.h | 60 int sem_destroy(sem_t *);
|
| /freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/ |
| HD | sem.h | 87 sem_destroy (sem); in gomp_sem_destroy()
|
| /freebsd-11-stable/contrib/netbsd-tests/lib/semaphore/ |
| HD | sem.c | 93 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/ |
| HD | cma.h | 64 sem_destroy(&lock->sem); in fastlock_destroy()
|
| /freebsd-11-stable/lib/libthr/thread/ |
| HD | thr_sem.c | 48 FB10_COMPAT(_sem_destroy_compat, sem_destroy);
|
| /freebsd-11-stable/lib/libc/include/ |
| HD | un-namespace.h | 197 #undef sem_destroy
|
| HD | namespace.h | 216 #define sem_destroy _sem_destroy macro
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| HD | ProcessMonitor.cpp | 666 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/ |
| HD | sem.c | 113 FB10_COMPAT(_libc_sem_destroy_compat, sem_destroy);
|
| HD | Symbol.map | 371 sem_destroy;
|
| HD | sem_new.c | 54 __weak_reference(_sem_destroy, sem_destroy);
|
| HD | Makefile.inc | 259 sem_destroy.3 \
|
| /freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/ |
| HD | osunixxf.c | 955 if (sem_destroy (Sem) == -1) in AcpiOsDeleteSemaphore()
|
| /freebsd-11-stable/usr.sbin/pppctl/ |
| HD | pppctl.c | 641 sem_destroy(&sem_select); in main()
|
| /freebsd-11-stable/usr.bin/sort/ |
| HD | radixsort.c | 687 sem_destroy(&mtsem); in run_sort()
|
| HD | file.c | 1587 sem_destroy(&mtsem); in mt_sort()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | done_abilist.txt | 131 fun:sem_destroy=discard
|
| HD | libc_ubuntu1404_abilist.txt | 2805 fun:sem_destroy=uninstrumented
|
| /freebsd-11-stable/contrib/ntp/libntp/ |
| HD | work_thread.c | 734 sem_destroy(obj); in delete_sema()
|
| /freebsd-11-stable/tests/sys/netmap/ |
| HD | ctrl-api-test.c | 1541 sem_destroy(&sem); in sync_kloop_conflict()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors.inc | 6239 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); \
|