Searched refs:PTHREAD_PRIO_NONE (Results 1 – 3 of 3) sorted by relevance
49 ap->protocol = PTHREAD_PRIO_NONE; in pthread_mutexattr_init()147 if (protocol != PTHREAD_PRIO_NONE && in pthread_mutexattr_setprotocol()256 PTHREAD_PRIO_NONE | PTHREAD_MUTEX_STALLED; in pthread_mutex_init()
39 static const int check_protocol[] = { PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT,151 pthread_mutexattr_setprotocol, PTHREAD_PRIO_NONE, check_protocol, in main()
87 #define PTHREAD_PRIO_NONE 0x0 macro