Home
last modified time | relevance | path

Searched refs:pthread_mutex_destroy (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd/contrib/ofed/libibverbs/
H A Ddevice.c164 pthread_mutex_destroy(&cq->mutex); in verbs_init_cq()
172 pthread_mutex_destroy(&cq->mutex); in verbs_cleanup_cq()
290 pthread_mutex_destroy(&context->mutex); in __ibv_open_device()
308 pthread_mutex_destroy(&context->mutex); in __ibv_close_device()
451 pthread_mutex_destroy(&wq->mutex); in __ibv_init_wq()
460 pthread_mutex_destroy(&wq->mutex); in __ibv_cleanup_wq()
/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c96 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/contrib/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h69 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/usr.sbin/nscd/
H A Dconfig.c141 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/ntp/libntp/lib/isc/pthreads/include/isc/
H A Dmutex.h113 ((pthread_mutex_destroy((&(mp)->mutex)) == 0) ? \
117 ((pthread_mutex_destroy((mp)) == 0) ? \
/freebsd/lib/libusb/
H A Dlibusb10.c208 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context()
213 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context()
214 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context()
219 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context()
220 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context()
226 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context()
227 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context()
239 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context()
240 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context()
301 pthread_mutex_destroy( in libusb_exit()
[all...]
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c267 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/contrib/ofed/libmlx5/
H A Dmlx5.c968 pthread_mutex_destroy(&context->db_list_mutex); in mlx5_init_context()
971 pthread_mutex_destroy(&context->uidx_table_mutex); in mlx5_init_context()
974 pthread_mutex_destroy(&context->srq_table_mutex); in mlx5_init_context()
977 pthread_mutex_destroy(&context->qp_table_mutex); in mlx5_init_context()
1013 pthread_mutex_destroy(&context->db_list_mutex); in mlx5_cleanup_context()
1014 pthread_mutex_destroy(&context->uidx_table_mutex); in mlx5_cleanup_context()
1015 pthread_mutex_destroy(&context->srq_table_mutex); in mlx5_cleanup_context()
1016 pthread_mutex_destroy(&context->qp_table_mutex); in mlx5_cleanup_context()
/freebsd/contrib/unbound/util/
H A Dlocks.h102 #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/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp43 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 Dpthread7.sh273 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0)
277 if ((rc = pthread_mutex_destroy(&renamedfiles.mtx)) != 0)
H A Dpthread2.sh284 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0)
288 if ((rc = pthread_mutex_destroy(&renamedfiles.mtx)) != 0)
H A Dpthread3.sh277 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0)
281 if ((rc = pthread_mutex_destroy(&renamedfiles.mtx)) != 0)
H A Dpthread4.sh284 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0)
288 if ((rc = pthread_mutex_destroy(&renamedfiles.mtx)) != 0)
H A Dpthread6.sh278 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0)
282 if ((rc = pthread_mutex_destroy(&renamedfiles.mtx)) != 0)
/freebsd/lib/libstdthreads/
H A Dmtx.c39 (void)pthread_mutex_destroy(mtx); in mtx_destroy()
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_spinlock.c72 pthread_mutex_destroy(&p_spinlock->mutex); in cl_spinlock_destroy()
H A Dcl_threadpool.c136 pthread_mutex_destroy(&p_thread_pool->mutex); in cl_thread_pool_destroy()
/freebsd/contrib/lib9p/
H A Dthreadpool.c226 pthread_mutex_destroy(&tp->ltp_mtx); in l9p_threadpool_init()
419 pthread_mutex_destroy(&tp->ltp_mtx); in l9p_threadpool_shutdown()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c537 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/sys/contrib/zstd/lib/common/
H A Dthreading.c97 int const ret = pthread_mutex_destroy(*mutex); in ZSTD_pthread_mutex_destroy()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp34 ~Mutex() { pthread_mutex_destroy(&m_); } in ~Mutex()
/freebsd/cddl/contrib/opensolaris/head/
H A Dthread.h52 #define _mutex_destroy(l) pthread_mutex_destroy(l)
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c64 pthread_mutex_destroy(lock); in evthread_posix_lock_free()
/freebsd/contrib/libevent/
H A Devthread_pthread.c64 pthread_mutex_destroy(lock); in evthread_posix_lock_free()

1234