Home
last modified time | relevance | path

Searched refs:pthread_priority_compact_t (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/bsd/pthread/
H A Dpriority_private.h198 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
[all …]
H A Dpthread_priority.c36 pthread_priority_compact_t
55 pthread_priority_compact_t
69 pthread_priority_compact_t
78 return (pthread_priority_compact_t)base_pp; in _pthread_priority_combine()
81 return (pthread_priority_compact_t)base_pp; in _pthread_priority_combine()
/xnu-8796.121.2/osfmk/ipc/
H A Dipc_kmsg.c3532 static pthread_priority_compact_t