Searched refs:TASK_POLICY_QOS (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | policy_internal.h | 106 #define TASK_POLICY_QOS 0x35 /* Used only as a convenience for getter */ macro
|
| H A D | thread_policy.c | 158 …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 D | sfi.c | 764 int thread_qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in sfi_thread_classify()
|
| H A D | thread.c | 3804 qos = proc_get_effective_thread_policy(thread, TASK_POLICY_QOS); in thread_get_ipc_propagate_attr()
|
| H A D | sched_prim.c | 6262 …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 D | machine_routines_common.c | 515 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 D | pthread_shims.c | 184 requested_qos = proc_get_thread_policy(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_QOS); in proc_usynch_get_requested_thread_qos()
|