Home
last modified time | relevance | path

Searched refs:TASK_POLICY_QOS (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dpolicy_internal.h107 #define TASK_POLICY_QOS 0x35 /* Used only as a convenience for getter */ macro
H A Dthread_policy.c158 …return (proc_get_thread_policy(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_QOS) != THREAD_QOS_UNSPE… in thread_has_qos_policy()
2274 case TASK_POLICY_QOS: in thread_get_requested_policy_spinlocked()
2423 case TASK_POLICY_QOS: in proc_get_effective_thread_policy()
2784 new_effective_qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in proc_thread_qos_add_override_internal()
2878 new_effective_qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in proc_thread_qos_remove_override_internal()
H A Dsfi.c761 int thread_qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in sfi_thread_classify()
H A Dthread.c3929 qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in thread_get_ipc_propagate_attr()
H A Dsched_prim.c7087 …boolean_t thread_lacks_qos = (proc_get_effective_thread_policy(thread, TASK_POLICY_QOS) == THREAD_… in thread_get_urgency()
/xnu-11417.140.69/osfmk/arm/
H A Dmachine_routines_common.c511 on_core.qos_class = (uint16_t)proc_get_effective_thread_policy(new_thread, TASK_POLICY_QOS); in machine_thread_going_on_core()
726 .qos_class = (uint16_t)proc_get_effective_thread_policy(thread, TASK_POLICY_QOS), in machine_work_interval_notify()
/xnu-11417.140.69/bsd/pthread/
H A Dpthread_shims.c184 requested_qos = proc_get_thread_policy(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_QOS); in proc_usynch_get_requested_thread_qos()