Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dthread_policy.c147 proc_get_thread_policy_locked(thread_t thread, int category, int flavor, int* value2);
1509 …plqos = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_LATENCY_QOS, NULL… in thread_policy_get()
1529 …ptqos = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_THROUGH_QOS, NULL… in thread_policy_get()
1547 info->qos_tier = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, in thread_policy_get()
2197 value = proc_get_thread_policy_locked(thread, category, flavor, NULL); in proc_get_thread_policy()
2203 proc_get_thread_policy_locked(thread_t thread, in proc_get_thread_policy_locked() function
2766 prev_qos_override = proc_get_thread_policy_locked(thread, in proc_thread_qos_add_override_internal()
3319 qos = (thread_qos_t)proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, in thread_get_requested_qos()