Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dthread_policy.c190 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_remove_qos_policy()
628 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_policy_set_internal()
825 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_reset_workq_qos()
853 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_workq_override()
900 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_workq_pri()
943 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_mode_and_absolute_pri()
1966 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_set_thread_policy_ext()
1981 thread_policy_update_complete_unlocked(thread_t thread, task_pend_token_t pend_token) in thread_policy_update_complete_unlocked() function
2796 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_thread_qos_add_override_internal()
2893 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_thread_qos_remove_override_internal()
[all …]
H A Dpolicy_internal.h299 extern void thread_policy_update_complete_unlocked(thread_t task, task_pend_token_t pend_token);
H A Dtask_policy.c1325 thread_policy_update_complete_unlocked(thread, &thread_pend_token); in task_policy_update_internal_locked()