Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dthread_policy.c147 proc_get_thread_policy_locked(thread_t thread, int category, int flavor, int* value2);
1516 …plqos = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_LATENCY_QOS, NULL… in thread_policy_get()
1536 …ptqos = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_THROUGH_QOS, NULL… in thread_policy_get()
1554 info->qos_tier = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, in thread_policy_get()
2206 value = proc_get_thread_policy_locked(thread, category, flavor, NULL); in proc_get_thread_policy()
2212 proc_get_thread_policy_locked(thread_t thread, in proc_get_thread_policy_locked() function
2775 prev_qos_override = proc_get_thread_policy_locked(thread, in proc_thread_qos_add_override_internal()
3328 qos = (thread_qos_t)proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, in thread_get_requested_qos()