Searched refs:PTHREAD_PRIO_NONE (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_mutexattr.c230 protocol < PTHREAD_PRIO_NONE || protocol > PTHREAD_PRIO_PROTECT)
H A Dthr_init.c96 .m_protocol = PTHREAD_PRIO_NONE,
104 .m_protocol = PTHREAD_PRIO_NONE,
H A Dthr_mutex.c217 if (attr->m_protocol < PTHREAD_PRIO_NONE ||
250 case PTHREAD_PRIO_NONE:
340 .m_protocol = PTHREAD_PRIO_NONE,
415 .m_protocol = PTHREAD_PRIO_NONE,
H A Dthr_private.h195 { PTHREAD_MUTEX_DEFAULT, PTHREAD_PRIO_NONE, 0, MUTEX_FLAGS_PRIVATE, \
/freebsd-13-stable/include/
H A Dpthread.h116 #define PTHREAD_PRIO_NONE 0 macro
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c653 target = PTHREAD_PRIO_NONE;

Completed in 164 milliseconds