Searched refs:sem_destroy (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-13-stable/include/
H A Dsemaphore.h62 int sem_destroy(sem_t *);
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Drmdir.cc114 sem_destroy(&sem);
145 sem_destroy(&sem);
163 sem_destroy(&sem);
H A Ddestroy.cc130 sem_destroy(&sem);
H A Dforget.cc101 sem_destroy(&sem);
H A Dopendir.cc101 sem_destroy(&sem);
H A Ddev_fuse_poll.cc230 sem_destroy(&sem0);
231 sem_destroy(&sem1);
H A Dinterrupt.cc183 sem_destroy(blocked_semaphore);
467 sem_destroy(&sem1);
468 sem_destroy(&sem0);
539 sem_destroy(&sem1);
540 sem_destroy(&sem0);
667 sem_destroy(&sem0);
741 sem_destroy(&sem1);
742 sem_destroy(&sem0);
H A Dopen.cc130 sem_destroy(&sem);
H A Dunlink.cc211 sem_destroy(&sem);
H A Dgetattr.cc197 sem_destroy(&sem);
H A Dutils.cc605 sem_destroy(sem);
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Dcma.h64 sem_destroy(&lock->sem);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sem.c184 SEM_REQUIRE(sem_destroy(&sem_b));
205 SEM_REQUIRE(sem_destroy(&sem_a));
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_sem.c50 FB10_COMPAT(_sem_destroy_compat, sem_destroy);
/freebsd-13-stable/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c79 atf_tc_set_md_var(tc, "descr", "tests sem_destroy works (%s)", LIBNAME);
93 ATF_REQUIRE_EQ(sem_destroy(&sem), 0);
104 atf_tc_set_md_var(tc, "descr", "tests sem_destroy report EBUSY for "
147 if (sem_destroy(&semmarit[1]) == -1)
/freebsd-13-stable/tests/sys/aio/
H A Dlio_test.c180 ATF_REQUIRE_EQ(0, sem_destroy(&completions));
201 ATF_REQUIRE_EQ(0, sem_destroy(&completions));
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h220 #define sem_destroy _sem_destroy macro
H A Dun-namespace.h201 #undef sem_destroy macro
/freebsd-13-stable/lib/libc/gen/
H A Dsem.c115 FB10_COMPAT(_libc_sem_destroy_compat, sem_destroy);
H A Dsem_new.c56 __weak_reference(_sem_destroy, sem_destroy);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp666 ProcessMonitor::OperationArgs::~OperationArgs() { sem_destroy(&m_semaphore); }
1394 sem_destroy(&m_operation_pending);
1395 sem_destroy(&m_operation_done);
/freebsd-13-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c955 if (sem_destroy (Sem) == -1)
/freebsd-13-stable/contrib/ntp/libntp/
H A Dwork_thread.c734 sem_destroy(obj);
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c643 sem_destroy(&sem_select);
/freebsd-13-stable/usr.bin/sort/
H A Dradixsort.c716 sem_destroy(&mtsem);

Completed in 214 milliseconds

12