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