Searched refs:PTHREAD_PRIO_INHERIT (Results 1 – 4 of 4) sorted by relevance
42 if (mp->mutex_type & (PTHREAD_PRIO_INHERIT|PTHREAD_PRIO_PROTECT)) in _lwp_cond_wait()58 if (mp->mutex_type & (PTHREAD_PRIO_INHERIT|PTHREAD_PRIO_PROTECT)) in _lwp_cond_reltimedwait()
39 static const int check_protocol[] = { PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT,
148 protocol != PTHREAD_PRIO_INHERIT && in pthread_mutexattr_setprotocol()
88 #define PTHREAD_PRIO_INHERIT 0x10 macro