Symbol: pthread_mutex_destroy
crypto/heimdal/include/heim_threads.h
93
#define HEIMDAL_MUTEX_destroy(m) pthread_mutex_destroy(m)
crypto/krb5/src/include/k5-thread.h
299
# define k5_os_mutex_destroy(M) pthread_mutex_destroy((M))
crypto/krb5/src/util/support/threads.c
150
|| &pthread_mutex_destroy == 0
crypto/krb5/src/util/support/threads.c
533
return pthread_mutex_destroy(m);
crypto/krb5/src/util/verto/verto.c
141
int c = pthread_mutex_destroy(x); \
crypto/krb5/src/util/verto/verto.c
151
#define mutex_destroy pthread_mutex_destroy
crypto/openssl/crypto/thread/arch/thread_posix.c
150
pthread_mutex_destroy(*mutex_p);
crypto/openssl/crypto/threads_pthread.c
583
pthread_mutex_destroy(mutexes[i]);
crypto/openssl/crypto/threads_pthread.c
608
pthread_mutex_destroy(&rlock->write_lock);
crypto/openssl/crypto/threads_pthread.c
609
pthread_mutex_destroy(&rlock->prior_lock);
crypto/openssl/crypto/threads_pthread.c
610
pthread_mutex_destroy(&rlock->alloc_lock);
crypto/openssl/crypto/threads_pthread.c
716
pthread_mutex_destroy(lock);
include/pthread.h
235
int pthread_mutex_destroy(pthread_mutex_t * __mutex)
lib/libc/gen/_pthread_stubs.c
235
STUB_FUNC1(pthread_mutex_destroy, PJT_MUTEX_DESTROY, int, void *)
lib/libcuse/cuse_lib.c
130
pthread_mutex_destroy(&m_cuse);
lib/libstdthreads/mtx.c
39
(void)pthread_mutex_destroy(mtx);
lib/libthr/thread/thr_mutex.c
102
__weak_reference(_thr_mutex_destroy, pthread_mutex_destroy);
lib/libusb/libusb10.c
257
pthread_mutex_destroy(&ctx->ctx_lock);
lib/libusb/libusb10.c
262
pthread_mutex_destroy(&ctx->ctx_lock);
lib/libusb/libusb10.c
263
pthread_mutex_destroy(&ctx->hotplug_lock);
lib/libusb/libusb10.c
268
pthread_mutex_destroy(&ctx->ctx_lock);
lib/libusb/libusb10.c
269
pthread_mutex_destroy(&ctx->hotplug_lock);
lib/libusb/libusb10.c
275
pthread_mutex_destroy(&ctx->ctx_lock);
lib/libusb/libusb10.c
276
pthread_mutex_destroy(&ctx->hotplug_lock);
lib/libusb/libusb10.c
288
pthread_mutex_destroy(&ctx->ctx_lock);
lib/libusb/libusb10.c
289
pthread_mutex_destroy(&ctx->hotplug_lock);
lib/libusb/libusb10.c
346
pthread_mutex_destroy(&ctx->ctx_lock);
lib/libusb/libusb10.c
347
pthread_mutex_destroy(&ctx->hotplug_lock);
sbin/hastd/synch.h
60
error = pthread_mutex_destroy(lock);
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
303
#define BHND_NVSTORE_LOCK_DESTROY(sc) pthread_mutex_destroy(&(sc)->mtx)
sys/kern/subr_vmem.c
279
#define VMEM_LOCK_DESTROY(vm) pthread_mutex_destroy(&vm->vm_lock)
tests/sys/kern/ssl_sendfile.c
174
ATF_REQUIRE(pthread_mutex_destroy(&c->mtx) == 0);
usr.bin/sort/radixsort.c
711
pthread_mutex_destroy(&g_ls_mutex);
usr.sbin/bhyve/mevent_test.c
159
pthread_mutex_destroy(&sync.e_mt);
usr.sbin/bhyve/pci_virtio_input.c
756
pthread_mutex_destroy(&sc->vsc_mtx);
usr.sbin/bhyve/pci_virtio_scsi.c
1002
pthread_mutex_destroy(&queue->vsq_qmtx);
usr.sbin/bhyve/pci_virtio_scsi.c
1003
pthread_mutex_destroy(&queue->vsq_fmtx);
usr.sbin/bhyve/pci_virtio_scsi.c
1004
pthread_mutex_destroy(&queue->vsq_rmtx);
usr.sbin/bhyve/rfb.c
1467
pthread_mutex_destroy(&rc->pixfmt_mtx);
usr.sbin/bhyve/tpm_intf_crb.c
579
pthread_mutex_destroy(&crb->mutex);
usr.sbin/nscd/config.c
141
pthread_mutex_destroy(&retval->positive_cache_lock);
usr.sbin/nscd/config.c
151
pthread_mutex_destroy(&retval->positive_cache_lock);
usr.sbin/nscd/config.c
152
pthread_mutex_destroy(&retval->negative_cache_lock);
usr.sbin/nscd/config.c
247
pthread_mutex_destroy(&entry->positive_cache_lock);
usr.sbin/nscd/config.c
248
pthread_mutex_destroy(&entry->negative_cache_lock);
usr.sbin/nscd/config.c
249
pthread_mutex_destroy(&entry->mp_cache_lock);