| /freebsd-14.2/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-14.2/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-14.2/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-14.2/lib/libusb/ |
| H A D | libusb10.c | 207 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context() 212 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context() 213 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context() 218 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context() 219 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context() 225 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context() 226 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context() 238 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init_context() 239 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init_context() 293 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_exit() [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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 | pthread6.sh | 278 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0) 282 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 | kevent.sh | 167 if ((r = pthread_mutex_destroy(&mutex)) != 0)
|
| H A D | kevent2.sh | 163 if ((r = pthread_mutex_destroy(&mutex)) != 0)
|
| /freebsd-14.2/lib/libstdthreads/ |
| H A D | mtx.c | 39 (void)pthread_mutex_destroy(mtx); in mtx_destroy()
|
| /freebsd-14.2/contrib/ofed/opensm/complib/ |
| H A D | cl_spinlock.c | 72 pthread_mutex_destroy(&p_spinlock->mutex); in cl_spinlock_destroy()
|
| H A D | cl_threadpool.c | 136 pthread_mutex_destroy(&p_thread_pool->mutex); in cl_thread_pool_destroy()
|
| H A D | cl_event.c | 76 pthread_mutex_destroy(&p_event->mutex); in cl_event_destroy()
|
| /freebsd-14.2/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-14.2/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-14.2/sys/contrib/zstd/lib/common/ |
| H A D | threading.c | 97 int const ret = pthread_mutex_destroy(*mutex); in ZSTD_pthread_mutex_destroy()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
| H A D | vts_many_threads_bench.cpp | 34 ~Mutex() { pthread_mutex_destroy(&m_); } in ~Mutex()
|
| /freebsd-14.2/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 52 #define _mutex_destroy(l) pthread_mutex_destroy(l)
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | evthread_pthread.c | 64 pthread_mutex_destroy(lock); in evthread_posix_lock_free()
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | evthread_pthread.c | 64 pthread_mutex_destroy(lock); in evthread_posix_lock_free()
|
| /freebsd-14.2/contrib/processor-trace/include/posix/ |
| H A D | threads.h | 152 (void) pthread_mutex_destroy(&mtx->mutex); in mtx_destroy()
|