Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dthread_policy.c188 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_remove_qos_policy()
595 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_policy_set_internal()
785 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_reset_workq_qos()
813 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_workq_override()
903 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_mode_and_absolute_pri()
1871 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_set_thread_policy()
1886 thread_policy_update_complete_unlocked(thread_t thread, task_pend_token_t pend_token) in thread_policy_update_complete_unlocked() function
2668 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_thread_qos_add_override_internal()
2765 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_thread_qos_remove_override_internal()
2866 thread_policy_update_complete_unlocked(thread, &pend_token); in task_set_main_thread_qos()
[all …]
H A Dpolicy_internal.h308 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()