Searched refs:PTHREAD_MUTEX_RECURSIVE (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/lib/libpthread/
H A Dmtx.c74 if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) != 0) {
H A Dpthread_mutex.c157 case PTHREAD_MUTEX_RECURSIVE:
600 case PTHREAD_MUTEX_RECURSIVE:
H A Dpthread.h286 #define PTHREAD_MUTEX_RECURSIVE 2 macro
/netbsd-current/external/bsd/libevent/dist/
H A Devthread_pthread.c32 /* With glibc we need to define _GNU_SOURCE to get PTHREAD_MUTEX_RECURSIVE.
187 if (pthread_mutexattr_settype(&attr_recursive, PTHREAD_MUTEX_RECURSIVE))
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devthread_pthread.c31 /* With glibc we need to define _GNU_SOURCE to get PTHREAD_MUTEX_RECURSIVE.
186 if (pthread_mutexattr_settype(&attr_recursive, PTHREAD_MUTEX_RECURSIVE))
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dgthr-tpf.h218 PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dthreads_pthread.c48 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dgthr-tpf.h218 PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/lib/libc/stdlib/
H A Datexit.c117 * Initialize __atexit_mutex with the PTHREAD_MUTEX_RECURSIVE attribute.
126 mutexattr_settype(&atexit_mutex_attr, PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/posix/
H A Dlock.c247 pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/posix/
H A Dlock.c247 pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/glthread/
H A Dlock.c541 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
570 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dlock.c541 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
570 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/external/bsd/ntp/dist/lib/isc/pthreads/
H A Dmutex.c40 # define PTHREAD_MUTEX_RECURSIVE MUTEX_RECURSIVE_NP macro
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_posix.c89 if (pthread_mutexattr_settype(&mutex_attr_recursive, PTHREAD_MUTEX_RECURSIVE))
/netbsd-current/lib/libc/include/
H A Dreentrant.h104 #define MUTEX_TYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d143 pthread_mutexattr_settype(&gattr, PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d156 pthread_mutexattr_settype(&gattr, PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h188 #define _GNU_SOURCE 1 /* need for PTHREAD_MUTEX_RECURSIVE */
231 PTHREAD_MUTEX_RECURSIVE); \
/netbsd-current/tests/lib/libpthread/
H A Dt_mutex.c275 PTHREAD_REQUIRE(pthread_mutexattr_settype(&mattr, PTHREAD_MUTEX_RECURSIVE));
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgthr-posix.h800 PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgthr-posix.h800 PTHREAD_MUTEX_RECURSIVE);
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlock.c263 if (pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE) != 0)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlock.c262 if (pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE) != 0)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlock.c262 if (pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE) != 0)

Completed in 215 milliseconds

12