Searched refs:TASK_POLICY_QOS (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | thread_policy.c | 157 …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 D | policy_internal.h | 106 #define TASK_POLICY_QOS 0x35 /* Used only as a convenience for getter */ macro
|
| H A D | sfi.c | 759 int thread_qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in sfi_thread_classify()
|
| H A D | thread.c | 3649 qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in thread_get_ipc_propagate_attr()
|
| H A D | sched_prim.c | 6116 …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 D | machine_routines_common.c | 514 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 D | pthread_shims.c | 189 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 D | vm_resident.c | 2860 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()
|