Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/mach/
H A Dthread_policy_private.h128 typedef struct thread_qos_policy thread_qos_policy_data_t; typedef
132 (sizeof (thread_qos_policy_data_t) / sizeof (integer_t)))
/xnu-8796.121.2/bsd/pthread/
H A Dpthread_workqueue.c2279 thread_qos_policy_data_t *data) in _pthread_priority_to_policy()
2331 thread_qos_policy_data_t new_policy; in bsdthread_set_self()
/xnu-8796.121.2/osfmk/kern/
H A Dthread_policy.c270 thread_qos_policy_data_t req_qos; in thread_policy_set()