Searched refs:thread_get_requested_policy_spinlocked (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.61.3/osfmk/kern/ ! |
| H A D | thread_policy.c | 144 thread_get_requested_policy_spinlocked(thread_t thread, int category, int flavor, int* value2); 2222 value = thread_get_requested_policy_spinlocked(thread, category, flavor, value2); in proc_get_thread_policy_locked() 2234 thread_get_requested_policy_spinlocked(thread_t thread, in thread_get_requested_policy_spinlocked() function 2872 …prev_qos_override = thread_get_requested_policy_spinlocked(thread, TASK_POLICY_ATTRIBUTE, TASK_POL… in proc_thread_qos_remove_override_internal() 3300 current_iotier = (uint8_t)thread_get_requested_policy_spinlocked(thread, in thread_update_servicer_iotier_override()
|