Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dthread_policy.c157 …return (proc_get_thread_policy(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_QOS) != THREAD_QOS_UNSPE… in thread_has_qos_policy()
2159 case TASK_POLICY_QOS: in thread_get_requested_policy_spinlocked()
2303 case TASK_POLICY_QOS: in proc_get_effective_thread_policy()
2664 new_effective_qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in proc_thread_qos_add_override_internal()
2758 new_effective_qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in proc_thread_qos_remove_override_internal()
H A Dpolicy_internal.h106 #define TASK_POLICY_QOS 0x35 /* Used only as a convenience for getter */ macro
H A Dsfi.c759 int thread_qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in sfi_thread_classify()
H A Dthread.c3649 qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in thread_get_ipc_propagate_attr()
H A Dsched_prim.c6116 …boolean_t thread_lacks_qos = (proc_get_effective_thread_policy(thread, TASK_POLICY_QOS) == THREAD_… in thread_get_urgency()
/xnu-8020.140.41/osfmk/arm/
H A Dmachine_routines_common.c514 on_core.qos_class = (uint16_t)proc_get_effective_thread_policy(new_thread, TASK_POLICY_QOS); in machine_thread_going_on_core()
737 .qos_class = (uint16_t)proc_get_effective_thread_policy(thread, TASK_POLICY_QOS), in machine_work_interval_notify()
/xnu-8020.140.41/bsd/pthread/
H A Dpthread_shims.c189 requested_qos = proc_get_thread_policy(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_QOS); in proc_usynch_get_requested_thread_qos()
/xnu-8020.140.41/osfmk/vm/
H A Dvm_resident.c2860 if (proc_get_effective_thread_policy(current_thread(), TASK_POLICY_QOS) <= THREAD_QOS_LEGACY) { in vm_page_update_background_state()
2898 if (proc_get_effective_thread_policy(current_thread(), TASK_POLICY_QOS) <= THREAD_QOS_LEGACY) { in vm_page_assign_background_state()