Home
last modified time | relevance | path

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

/xnu-11417.121.6/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-11417.121.6/bsd/pthread/ !
H A Dpthread_workqueue.c2334 thread_qos_policy_data_t *data) in _pthread_priority_to_policy()
2386 thread_qos_policy_data_t new_policy; in bsdthread_set_self()
/xnu-11417.121.6/osfmk/kern/ !
H A Dthread_policy.c270 thread_qos_policy_data_t req_qos; in thread_policy_set()