Searched refs:proc_get_thread_policy_locked (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | thread_policy.c | 140 proc_get_thread_policy_locked(thread_t thread, int category, int flavor, int* value2); 1437 …plqos = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_LATENCY_QOS, NULL… in thread_policy_get() 1457 …ptqos = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_THROUGH_QOS, NULL… in thread_policy_get() 1475 info->qos_tier = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, in thread_policy_get() 2077 value = proc_get_thread_policy_locked(thread, category, flavor, NULL); in proc_get_thread_policy() 2083 proc_get_thread_policy_locked(thread_t thread, in proc_get_thread_policy_locked() function 2637 prev_qos_override = proc_get_thread_policy_locked(thread, in proc_thread_qos_add_override_internal() 3163 qos = (thread_qos_t)proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, in thread_get_requested_qos()
|