Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dthread_policy.c182 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_remove_qos_policy()
589 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_policy_set_internal()
779 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_reset_workq_qos()
807 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_workq_override()
897 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_mode_and_absolute_pri()
1862 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_set_thread_policy()
1877 thread_policy_update_complete_unlocked(thread_t thread, task_pend_token_t pend_token) in thread_policy_update_complete_unlocked() function
2650 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_thread_qos_add_override_internal()
2747 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_thread_qos_remove_override_internal()
2848 thread_policy_update_complete_unlocked(thread, &pend_token); in task_set_main_thread_qos()
[all …]
H A Dpolicy_internal.h304 extern void thread_policy_update_complete_unlocked(thread_t task, task_pend_token_t pend_token);
H A Dtask_policy.c1265 thread_policy_update_complete_unlocked(thread, &thread_pend_token); in task_policy_update_internal_locked()