Searched refs:pthread_priority_compact_t (Results 1 – 3 of 3) sorted by relevance
198 typedef unsigned int pthread_priority_compact_t; typedef227 static inline pthread_priority_compact_t231 pthread_priority_compact_t pp = (flags & _PTHREAD_PRIORITY_FLAGS_MASK); in _pthread_priority_make_from_thread_qos()240 static inline pthread_priority_compact_t243 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_t255 pthread_priority_compact_t pp; in _pthread_priority_make_from_thread_qos_and_override()267 static inline pthread_priority_compact_t274 static inline pthread_priority_compact_t[all …]
36 pthread_priority_compact_t55 pthread_priority_compact_t69 pthread_priority_compact_t78 return (pthread_priority_compact_t)base_pp; in _pthread_priority_combine()81 return (pthread_priority_compact_t)base_pp; in _pthread_priority_combine()
3532 static pthread_priority_compact_t