Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_private.h137 .m_protocol = PTHREAD_PRIO_NONE, \
155 { PTHREAD_MUTEX_DEFAULT, PTHREAD_PRIO_NONE, 0, MUTEX_FLAGS_PRIVATE }
H A Dthr_mutexattr.c178 (protocol < PTHREAD_PRIO_NONE) || (protocol > PTHREAD_PRIO_PROTECT)) in _pthread_mutexattr_setprotocol()
H A Dthr_init.c72 .m_protocol = PTHREAD_PRIO_NONE,
H A Dthr_mutex.c159 if (attr->m_protocol < PTHREAD_PRIO_NONE || in mutex_check_attr()
/dragonfly/include/
H A Dpthread.h111 #define PTHREAD_PRIO_NONE 0 macro
/dragonfly/test/libpthread/
H A Dmutex_d.c130 PTHREAD_PRIO_NONE,