Home
last modified time | relevance | path

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

123

/freebsd-14.2/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-14.2/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-14.2/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-14.2/lib/libusb/
H A Dlibusb10.c207 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 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-14.2/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-14.2/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 Dpthread6.sh278 if ((rc = pthread_mutex_destroy(&newfiles.mtx)) != 0)
282 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 Dkevent.sh167 if ((r = pthread_mutex_destroy(&mutex)) != 0)
H A Dkevent2.sh163 if ((r = pthread_mutex_destroy(&mutex)) != 0)
/freebsd-14.2/lib/libstdthreads/
H A Dmtx.c39 (void)pthread_mutex_destroy(mtx); in mtx_destroy()
/freebsd-14.2/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()
H A Dcl_event.c76 pthread_mutex_destroy(&p_event->mutex); in cl_event_destroy()
/freebsd-14.2/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-14.2/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-14.2/sys/contrib/zstd/lib/common/
H A Dthreading.c97 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 Dvts_many_threads_bench.cpp34 ~Mutex() { pthread_mutex_destroy(&m_); } in ~Mutex()
/freebsd-14.2/cddl/contrib/opensolaris/head/
H A Dthread.h52 #define _mutex_destroy(l) pthread_mutex_destroy(l)
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c64 pthread_mutex_destroy(lock); in evthread_posix_lock_free()
/freebsd-14.2/contrib/libevent/
H A Devthread_pthread.c64 pthread_mutex_destroy(lock); in evthread_posix_lock_free()
/freebsd-14.2/contrib/processor-trace/include/posix/
H A Dthreads.h152 (void) pthread_mutex_destroy(&mtx->mutex); in mtx_destroy()

123