Home
last modified time | relevance | path

Searched refs:pthread_mutexattr_destroy (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/
H A Dthreads_pthread.c51 pthread_mutexattr_destroy(&attr); in CRYPTO_THREAD_lock_new()
56 pthread_mutexattr_destroy(&attr); in CRYPTO_THREAD_lock_new()
/freebsd-13.1/contrib/jemalloc/src/
H A Dmutex.c188 pthread_mutexattr_destroy(&attr); in malloc_mutex_init()
191 pthread_mutexattr_destroy(&attr); in malloc_mutex_init()
/freebsd-13.1/contrib/apr/locks/unix/
H A Dthread_mutex.c62 pthread_mutexattr_destroy(&mattr); in apr_thread_mutex_create()
68 pthread_mutexattr_destroy(&mattr); in apr_thread_mutex_create()
H A Dproc_mutex.c624 pthread_mutexattr_destroy(&mattr); in proc_mutex_pthread_create()
639 pthread_mutexattr_destroy(&mattr); in proc_mutex_pthread_create()
647 pthread_mutexattr_destroy(&mattr); in proc_mutex_pthread_create()
657 pthread_mutexattr_destroy(&mattr); in proc_mutex_pthread_create()
664 if ((rv = pthread_mutexattr_destroy(&mattr))) { in proc_mutex_pthread_create()
/freebsd-13.1/contrib/ntp/lib/isc/pthreads/
H A Dmutex.c247 pthread_mutexattr_destroy(&attr); in isc_mutex_init_errcheck()
252 pthread_mutexattr_destroy(&attr); in isc_mutex_init_errcheck()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h300 error_code = pthread_mutexattr_destroy(&mutex_attr); \
370 int pthread_mutexattr_destroy(pthread_mutexattr_t *) __attribute__((weak));
375 pthread_mutexattr_settype && pthread_mutexattr_destroy && pthread_self)
/freebsd-13.1/lib/libthr/thread/
H A Dthr_mutexattr.c82 __weak_reference(_thr_mutexattr_destroy, pthread_mutexattr_destroy);
/freebsd-13.1/lib/libthr/
H A Dpthread.map76 pthread_mutexattr_destroy;
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__threading_support372 pthread_mutexattr_destroy(&attr);
377 pthread_mutexattr_destroy(&attr);
380 __ec = pthread_mutexattr_destroy(&attr);
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h161 #define pthread_mutexattr_destroy _pthread_mutexattr_destroy macro
H A Dun-namespace.h142 #undef pthread_mutexattr_destroy
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp176 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_mutexattr_destroy,
/freebsd-13.1/include/
H A Dpthread.h224 int pthread_mutexattr_destroy(pthread_mutexattr_t *);
/freebsd-13.1/lib/libc/gen/
H A DSymbol.map50 pthread_mutexattr_destroy;
H A D_pthread_stubs.c238 STUB_FUNC1(pthread_mutexattr_destroy, PJT_MUTEXATTR_DESTROY, int, void *)
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h239 error_code = pthread_mutexattr_destroy(&mutex_attr); \
/freebsd-13.1/usr.bin/sort/
H A Dradixsort.c692 pthread_mutexattr_destroy(&mattr); in run_sort()
/freebsd-13.1/share/man/man3/
H A DMakefile481 PTHREAD_MLINKS+=pthread_mutexattr.3 pthread_mutexattr_destroy.3 \
/freebsd-13.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c416 PTHREAD_REQUIRE(pthread_mutexattr_destroy(&mattr)); in ATF_TC_BODY()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt334 fun:pthread_mutexattr_destroy=discard
H A Dlibc_ubuntu1404_abilist.txt2602 fun:pthread_mutexattr_destroy=uninstrumented
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1848 status = pthread_mutexattr_destroy(&mutex_attr); in __kmp_runtime_initialize()
/freebsd-13.1/contrib/apr/
H A Dconfigure.in2320 if (pthread_mutexattr_destroy(&attr))
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c27373 pthread_mutexattr_destroy(&recursiveAttr);