Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dthread_policy.c146 proc_get_thread_policy_locked(thread_t thread, int category, int flavor, int* value2);
1443 …plqos = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_LATENCY_QOS, NULL… in thread_policy_get()
1463 …ptqos = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_THROUGH_QOS, NULL… in thread_policy_get()
1481 info->qos_tier = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, in thread_policy_get()
2091 value = proc_get_thread_policy_locked(thread, category, flavor, NULL); in proc_get_thread_policy()
2097 proc_get_thread_policy_locked(thread_t thread, in proc_get_thread_policy_locked() function
2655 prev_qos_override = proc_get_thread_policy_locked(thread, in proc_thread_qos_add_override_internal()
3208 qos = (thread_qos_t)proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, in thread_get_requested_qos()