Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dlock.c544 pthread_mutexattr_destroy (&attributes); in glthread_recursive_lock_init_multithreaded()
550 pthread_mutexattr_destroy (&attributes); in glthread_recursive_lock_init_multithreaded()
553 err = pthread_mutexattr_destroy (&attributes); in glthread_recursive_lock_init_multithreaded()
573 pthread_mutexattr_destroy (&attributes); in glthread_recursive_lock_init_multithreaded()
579 pthread_mutexattr_destroy (&attributes); in glthread_recursive_lock_init_multithreaded()
582 err = pthread_mutexattr_destroy (&attributes); in glthread_recursive_lock_init_multithreaded()
/netbsd-src/lib/libpthread/
H A Dmtx.c75 pthread_mutexattr_destroy(&attr); in mtx_init_recursive()
83 pthread_mutexattr_destroy(&attr); in mtx_init_recursive()
H A Dpthread.h109 int pthread_mutexattr_destroy(pthread_mutexattr_t *);
353 #define pthread_mutexattr_destroy __libc_mutexattr_destroy macro
H A Dpthread_mutex.c121 __strong_alias(__libc_mutexattr_destroy,pthread_mutexattr_destroy) in __weak_alias()
563 pthread_mutexattr_destroy(pthread_mutexattr_t *attr) in pthread_mutexattr_destroy() function
H A DMakefile218 MLINKS+= pthread_mutexattr.3 pthread_mutexattr_destroy.3
/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dgthr-tpf.h89 __gthrw(pthread_mutexattr_destroy) in __gthrw()
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); in __gthread_recursive_mutex_init_function()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dgthr-tpf.h89 __gthrw(pthread_mutexattr_destroy) in __gthrw()
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); in __gthread_recursive_mutex_init_function()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dthreads_pthread.c81 pthread_mutexattr_destroy(&attr); in CRYPTO_THREAD_lock_new()
86 pthread_mutexattr_destroy(&attr); in CRYPTO_THREAD_lock_new()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_posix.c102 pthread_mutexattr_destroy( &mutex_attr ); in ldap_int_thread_destroy()
104 pthread_mutexattr_destroy( &mutex_attr_recursive ); in ldap_int_thread_destroy()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dlinux-dp.c176 pthread_mutexattr_destroy (&ma); in main()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dlinux-dp.c176 pthread_mutexattr_destroy (&ma); in main()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dgthr-posix.h136 __gthrw(pthread_mutexattr_destroy)
804 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); in __gthread_recursive_mutex_init_function()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dgthr-posix.h136 __gthrw(pthread_mutexattr_destroy)
804 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); in __gthread_recursive_mutex_init_function()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/posix/
H A Dlock.c250 pthread_mutexattr_destroy (&attr); in gomp_init_nest_lock_25()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/posix/
H A Dlock.c250 pthread_mutexattr_destroy (&attr); in gomp_init_nest_lock_25()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support371 pthread_mutexattr_destroy(&attr);
376 pthread_mutexattr_destroy(&attr);
379 __ec = pthread_mutexattr_destroy(&attr);
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dgold-threads.cc114 err = pthread_mutexattr_destroy(&attr); in Lock_impl_threads()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dgold-threads.cc114 err = pthread_mutexattr_destroy(&attr); in Lock_impl_threads()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dthread.c317 if (pthread_mutexattr_destroy(&attr)) in uv_mutex_init()
337 if (pthread_mutexattr_destroy(&attr)) in uv_mutex_init_recursive()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cc184 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_mutexattr_destroy,
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Dmutex.d90 scope (exit) !pthread_mutexattr_destroy(&attr) || in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d165 pthread_mutexattr_destroy(&gattr); in _d_monitor_staticdtor()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d152 pthread_mutexattr_destroy(&gattr); in _d_monitor_staticdtor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h239 error_code = pthread_mutexattr_destroy(&mutex_attr); \

123