Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dpolicy_internal.h106 #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()
2265 case TASK_POLICY_QOS: in thread_get_requested_policy_spinlocked()
2414 case TASK_POLICY_QOS: in proc_get_effective_thread_policy()
2775 new_effective_qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in proc_thread_qos_add_override_internal()
2869 new_effective_qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in proc_thread_qos_remove_override_internal()
H A Dsfi.c764 int thread_qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in sfi_thread_classify()
H A Dthread.c3804 qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in thread_get_ipc_propagate_attr()
H A Dsched_prim.c6262 …boolean_t thread_lacks_qos = (proc_get_effective_thread_policy(thread, TASK_POLICY_QOS) == THREAD_… in thread_get_urgency()
/xnu-8796.121.2/osfmk/arm/
H A Dmachine_routines_common.c515 on_core.qos_class = (uint16_t)proc_get_effective_thread_policy(new_thread, TASK_POLICY_QOS); in machine_thread_going_on_core()
730 .qos_class = (uint16_t)proc_get_effective_thread_policy(thread, TASK_POLICY_QOS), in machine_work_interval_notify()
/xnu-8796.121.2/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()