| /NextBSD/contrib/netbsd-tests/lib/libpthread/dlopen/ |
| HD | 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()
|
| /NextBSD/usr.sbin/nscd/ |
| HD | config.c | 143 pthread_mutex_destroy(&retval->positive_cache_lock); in create_configuration_entry() 153 pthread_mutex_destroy(&retval->positive_cache_lock); in create_configuration_entry() 154 pthread_mutex_destroy(&retval->negative_cache_lock); in create_configuration_entry() 249 pthread_mutex_destroy(&entry->positive_cache_lock); in destroy_configuration_entry() 250 pthread_mutex_destroy(&entry->negative_cache_lock); in destroy_configuration_entry() 251 pthread_mutex_destroy(&entry->mp_cache_lock); in destroy_configuration_entry()
|
| /NextBSD/contrib/libc++/src/ |
| D | mutex.cpp | 26 pthread_mutex_destroy(&__m_); in ~mutex() 74 pthread_mutex_destroy(&__m_); in recursive_mutex() 84 int e = pthread_mutex_destroy(&__m_); in ~recursive_mutex()
|
| /NextBSD/contrib/gcclibs/libgomp/config/posix/ |
| HD | lock.c | 55 pthread_mutex_destroy (lock); in omp_destroy_lock() 91 pthread_mutex_destroy (&lock->lock); in omp_destroy_nest_lock()
|
| HD | mutex.h | 57 pthread_mutex_destroy (mutex); in gomp_mutex_destroy()
|
| HD | sem.c | 109 ret = pthread_mutex_destroy (&sem->mutex); in gomp_sem_destroy()
|
| /NextBSD/contrib/gcclibs/libgomp/config/posix95/ |
| HD | lock.c | 46 pthread_mutex_destroy (lock); in omp_destroy_lock() 78 pthread_mutex_destroy (&lock->lock); in omp_destroy_nest_lock()
|
| /NextBSD/contrib/ntp/lib/isc/pthreads/include/isc/ |
| HD | mutex.h | 113 ((pthread_mutex_destroy((&(mp)->mutex)) == 0) ? \ 117 ((pthread_mutex_destroy((mp)) == 0) ? \
|
| /NextBSD/contrib/unbound/util/ |
| HD | locks.h | 101 #define lock_basic_destroy(lock) LOCKRET(pthread_mutex_destroy(lock)) 109 #define lock_rw_destroy(lock) LOCKRET(pthread_mutex_destroy(lock)) 129 #define lock_quick_destroy(lock) LOCKRET(pthread_mutex_destroy(lock))
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/ |
| HD | sanitizer_stoptheworld_test.cc | 87 pthread_mutex_destroy(&incrementer_thread_exit_mutex); in TEST() 189 pthread_mutex_destroy(&advanced_incrementer_thread_exit_mutex); in TEST()
|
| HD | sanitizer_linux_test.cc | 41 pthread_mutex_destroy(&terminate_thread_mutex); in ~TidReporterArgument() 42 pthread_mutex_destroy(&tid_reported_mutex); in ~TidReporterArgument()
|
| /NextBSD/contrib/gcc/ |
| HD | gthr-posix.h | 119 __gthrw3(pthread_mutex_destroy) 128 __gthrw(pthread_mutex_destroy) 457 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) in __gthread_objc_mutex_deallocate()
|
| HD | gthr-dce.h | 97 __gthrw(pthread_mutex_destroy) in __gthrw() 326 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) in __gthread_objc_mutex_deallocate()
|
| HD | gthr-posix95.h | 93 __gthrw(pthread_mutex_destroy) 423 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) in __gthread_objc_mutex_deallocate()
|
| HD | gthr-posix.c | 166 pthread_mutex_destroy (pthread_mutex_t *mutex ATTRIBUTE_UNUSED) in pthread_mutex_destroy() function
|
| /NextBSD/contrib/compiler-rt/lib/tsan/dd/ |
| HD | dd_interceptors.cc | 46 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() argument 49 return REAL(pthread_mutex_destroy)(m); in INTERCEPTOR() 299 INTERCEPT_FUNCTION(pthread_mutex_destroy); in InitializeInterceptors()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Mutex.cpp | 246 int err = ::pthread_mutex_destroy (&m_mutex); in ~Mutex() 257 ::pthread_mutex_destroy (&m_mutex); in ~Mutex()
|
| /NextBSD/lib/libstdthreads/ |
| HD | mtx.c | 41 (void)pthread_mutex_destroy(mtx); in mtx_destroy()
|
| /NextBSD/contrib/ofed/management/opensm/complib/ |
| HD | cl_spinlock.c | 72 pthread_mutex_destroy(&p_spinlock->mutex); in cl_spinlock_destroy()
|
| HD | cl_threadpool.c | 134 pthread_mutex_destroy(&p_thread_pool->mutex); in cl_thread_pool_destroy()
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | Mutex.cpp | 79 pthread_mutex_destroy(mutex); in ~MutexImpl()
|
| /NextBSD/contrib/apr/locks/unix/ |
| HD | thread_mutex.c | 28 rv = pthread_mutex_destroy(&mutex->mutex); in thread_mutex_cleanup()
|
| /NextBSD/cddl/contrib/opensolaris/head/ |
| HD | thread.h | 52 #define _mutex_destroy(l) pthread_mutex_destroy(l)
|
| /NextBSD/contrib/compiler-rt/lib/tsan/benchmarks/ |
| HD | vts_many_threads_bench.cc | 34 ~Mutex() { pthread_mutex_destroy(&m_); } in ~Mutex()
|
| /NextBSD/lib/libusb/ |
| HD | libusb10.c | 125 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init() 130 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init() 136 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init() 147 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_init() 185 pthread_mutex_destroy(&ctx->ctx_lock); in libusb_exit()
|