Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dthread_policy.c189 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_remove_qos_policy()
633 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_policy_set_internal()
823 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_reset_workq_qos()
851 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_workq_override()
941 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_mode_and_absolute_pri()
1933 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_set_thread_policy()
1948 thread_policy_update_complete_unlocked(thread_t thread, task_pend_token_t pend_token) in thread_policy_update_complete_unlocked() function
2749 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_thread_qos_add_override_internal()
2846 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_thread_qos_remove_override_internal()
2947 thread_policy_update_complete_unlocked(thread, &pend_token); in task_set_main_thread_qos()
[all …]
H A Dpolicy_internal.h310 extern void thread_policy_update_complete_unlocked(thread_t task, task_pend_token_t pend_token);
H A Dtask_policy.c1278 thread_policy_update_complete_unlocked(thread, &thread_pend_token); in task_policy_update_internal_locked()