| /freebsd/contrib/ofed/libibverbs/ |
| H A D | device.c | 163 pthread_mutex_destroy(&cq->mutex); in verbs_init_cq() 171 pthread_mutex_destroy(&cq->mutex); in verbs_cleanup_cq() 289 pthread_mutex_destroy(&context->mutex); in __ibv_open_device() 307 pthread_mutex_destroy(&context->mutex); in __ibv_close_device() 450 pthread_mutex_destroy(&wq->mutex); in __ibv_init_wq() 459 pthread_mutex_destroy(&wq->mutex); in __ibv_cleanup_wq()
|
| /freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/ |
| H A D | t_dlopen.c | 96 pthread_mutex_destroy(&mtx); in ATF_TC_BODY() 127 pthread_mutex_destroy(&mtx); in ATF_TC_BODY() 160 pthread_mutex_destroy(&mtx); in ATF_TC_BODY()
|
| /freebsd/usr.sbin/nscd/ |
| H A D | config.c | 141 pthread_mutex_destroy(&retval->positive_cache_lock); in create_configuration_entry() 151 pthread_mutex_destroy(&retval->positive_cache_lock); in create_configuration_entry() 152 pthread_mutex_destroy(&retval->negative_cache_lock); in create_configuration_entry() 247 pthread_mutex_destroy(&entry->positive_cache_lock); in destroy_configuration_entry() 248 pthread_mutex_destroy(&entry->negative_cache_lock); in destroy_configuration_entry() 249 pthread_mutex_destroy(&entry->mp_cache_lock); in destroy_configuration_entry()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__thread/support/ |
| H A D | pthread.h | 69 pthread_mutex_destroy(__m); in __libcpp_recursive_mutex_init() 91 return pthread_mutex_destroy(__m); in __libcpp_recursive_mutex_destroy() 106 …E_FROM_ABI int __libcpp_mutex_destroy(__libcpp_mutex_t* __m) { return pthread_mutex_destroy(__m); } in __libcpp_mutex_destroy()
|
| /freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
| H A D | pthread.h | 69 pthread_mutex_destroy(__m); in __libcpp_recursive_mutex_init() 91 return pthread_mutex_destroy(__m); in __libcpp_recursive_mutex_destroy() 106 …E_FROM_ABI int __libcpp_mutex_destroy(__libcpp_mutex_t* __m) { return pthread_mutex_destroy(__m); } in __libcpp_mutex_destroy()
|
| /freebsd/contrib/ntp/libntp/lib/isc/pthreads/include/isc/ |
| H A D | mutex.h | 113 ((pthread_mutex_destroy((&(mp)->mutex)) == 0) ? \ 117 ((pthread_mutex_destroy((mp)) == 0) ? \
|
| /freebsd/contrib/ofed/libmlx4/ |
| H A D | mlx4.c | 267 pthread_mutex_destroy(&context->db_list_mutex); in mlx4_init_context() 271 pthread_mutex_destroy(&context->qp_table_mutex); in mlx4_init_context() 281 pthread_mutex_destroy(&context->qp_table_mutex); in mlx4_uninit_context() 283 pthread_mutex_destroy(&context->db_list_mutex); in mlx4_uninit_context()
|
| /freebsd/lib/libusb/ |
| H A D | libusb10.c | 268 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context() 273 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context() 274 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context() 279 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context() 280 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context() 286 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context() 287 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context() 299 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context() 300 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context() 314 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context() [all …]
|
| /freebsd/contrib/ofed/libmlx5/ |
| H A D | mlx5.c | 1067 pthread_mutex_destroy(&context->db_list_mutex); in mlx5_init_context() 1070 pthread_mutex_destroy(&context->uidx_table_mutex); in mlx5_init_context() 1073 pthread_mutex_destroy(&context->srq_table_mutex); in mlx5_init_context() 1076 pthread_mutex_destroy(&context->qp_table_mutex); in mlx5_init_context() 1112 pthread_mutex_destroy(&context->db_list_mutex); in mlx5_cleanup_context() 1113 pthread_mutex_destroy(&context->uidx_table_mutex); in mlx5_cleanup_context() 1114 pthread_mutex_destroy(&context->srq_table_mutex); in mlx5_cleanup_context() 1115 pthread_mutex_destroy(&context->qp_table_mutex); in mlx5_cleanup_context()
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | threads.c | 118 # pragma weak pthread_mutex_destroy macro 150 || &pthread_mutex_destroy == 0 in krb5int_pthread_loaded() 533 return pthread_mutex_destroy(m); in k5_os_mutex_destroy()
|
| /freebsd/contrib/unbound/util/ |
| H A D | locks.h | 102 #define lock_basic_destroy(lock) LOCKRET(pthread_mutex_destroy(lock)) 110 #define lock_rw_destroy(lock) LOCKRET(pthread_mutex_destroy(lock)) 130 #define lock_quick_destroy(lock) LOCKRET(pthread_mutex_destroy(lock))
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | threads_pthread.c | 586 pthread_mutex_destroy(mutexes[i]); in ossl_rcu_lock_new() 611 pthread_mutex_destroy(&rlock->write_lock); in ossl_rcu_lock_free() 612 pthread_mutex_destroy(&rlock->prior_lock); in ossl_rcu_lock_free() 613 pthread_mutex_destroy(&rlock->alloc_lock); in ossl_rcu_lock_free() 719 pthread_mutex_destroy(lock); in CRYPTO_THREAD_lock_free()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 43 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() argument 46 return REAL(pthread_mutex_destroy)(m); in INTERCEPTOR() 296 INTERCEPT_FUNCTION(pthread_mutex_destroy); in InitializeInterceptors()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | pthread7.sh | 273 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0) 277 if ((rc = pthread_mutex_destroy(&renamedfiles.mtx)) != 0)
|
| H A D | pthread2.sh | 284 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0) 288 if ((rc = pthread_mutex_destroy(&renamedfiles.mtx)) != 0)
|
| H A D | pthread3.sh | 277 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0) 281 if ((rc = pthread_mutex_destroy(&renamedfiles.mtx)) != 0)
|
| H A D | pthread4.sh | 284 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0) 288 if ((rc = pthread_mutex_destroy(&renamedfiles.mtx)) != 0)
|
| H A D | pthread6.sh | 278 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0) 282 if ((rc = pthread_mutex_destroy(&renamedfiles.mtx)) != 0)
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | mutex.c | 42 VERIFY0(pthread_mutex_destroy(&mp->m_lock)); in mutex_destroy()
|
| /freebsd/lib/libstdthreads/ |
| H A D | mtx.c | 39 (void)pthread_mutex_destroy(mtx); in mtx_destroy()
|
| /freebsd/contrib/ofed/opensm/complib/ |
| H A D | cl_spinlock.c | 72 pthread_mutex_destroy(&p_spinlock->mutex); in cl_spinlock_destroy()
|
| /freebsd/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_cond.c | 537 PTHREAD_REQUIRE(pthread_mutex_destroy(&mutex)); in ATF_TC_BODY() 592 PTHREAD_REQUIRE(pthread_mutex_destroy(&mutex)); in ATF_TC_BODY() 635 PTHREAD_REQUIRE(pthread_mutex_destroy(&mutex)); in ATF_TC_BODY()
|
| /freebsd/contrib/lib9p/ |
| H A D | threadpool.c | 226 pthread_mutex_destroy(&tp->ltp_mtx); in l9p_threadpool_init() 419 pthread_mutex_destroy(&tp->ltp_mtx); in l9p_threadpool_shutdown()
|
| /freebsd/crypto/openssl/util/platform_symbols/ |
| H A D | unix-symbols.txt | 101 pthread_mutex_destroy
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
| H A D | vts_many_threads_bench.cpp | 34 ~Mutex() { pthread_mutex_destroy(&m_); } in ~Mutex()
|