Home
last modified time | relevance | path

Searched refs:PTHREAD_PRIO_NONE (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/nptl/
Dpthread_mutex_init.c70 PTHREAD_PRIO_NONE in ___pthread_mutex_init()
73 case PTHREAD_PRIO_NONE << PTHREAD_MUTEXATTR_PROTOCOL_SHIFT: in ___pthread_mutex_init()
Dpthread_mutexattr_setprotocol.c26 if (protocol != PTHREAD_PRIO_NONE in __pthread_mutexattr_setprotocol()
Dnptl_lock_constants.pysym43 PTHREAD_PRIO_NONE
Dtest-mutexattr-printers.c139 && SET_PROTOCOL (attr, PTHREAD_PRIO_NONE) == 0 in test_setprotocol()
Dnptl-printers.py297 if protocol == PTHREAD_PRIO_NONE:
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-mutexattr-setprotocol.c30 return (proto == PTHREAD_PRIO_NONE in pthread_mutexattr_setprotocol()
Dpt-mutexattr-init.c28 .__protocol = PTHREAD_PRIO_NONE,
Dpt-mutex-init.c29 .__protocol = PTHREAD_PRIO_NONE,
/glibc-2.36/conform/data/
Dpthread.h-data14 optional-constant PTHREAD_PRIO_NONE
/glibc-2.36/sysdeps/htl/
Dpthread.h280 # define PTHREAD_PRIO_NONE PTHREAD_PRIO_NONE_NP macro
/glibc-2.36/sysdeps/nptl/
Dpthread.h83 PTHREAD_PRIO_NONE, enumerator
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl5289 * sysdeps/pthread/pthread.h (PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT,