Lines Matching refs:pthread_priority_compact_t
198 typedef unsigned int pthread_priority_compact_t; typedef
227 static inline pthread_priority_compact_t
231 pthread_priority_compact_t pp = (flags & _PTHREAD_PRIORITY_FLAGS_MASK); in _pthread_priority_make_from_thread_qos()
240 static inline pthread_priority_compact_t
243 pthread_priority_compact_t pp = (flags & _PTHREAD_PRIORITY_FLAGS_MASK); in _pthread_priority_make_from_sched_pri()
245 pp |= (pthread_priority_compact_t) sched_pri; in _pthread_priority_make_from_sched_pri()
251 static inline pthread_priority_compact_t
255 pthread_priority_compact_t pp; in _pthread_priority_make_from_thread_qos_and_override()
267 static inline pthread_priority_compact_t
274 static inline pthread_priority_compact_t
281 static inline pthread_priority_compact_t
384 pthread_priority_compact_t
392 pthread_priority_compact_t
400 pthread_priority_compact_t