Home
last modified time | relevance | path

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

/xnu-11215.41.3/osfmk/kern/
H A Dthread_policy.c189 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_remove_qos_policy()
627 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_policy_set_internal()
824 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_reset_workq_qos()
852 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_workq_override()
899 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_workq_pri()
942 thread_policy_update_complete_unlocked(thread, &pend_token); in thread_set_mode_and_absolute_pri()
1958 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_set_thread_policy_ext()
1973 thread_policy_update_complete_unlocked(thread_t thread, task_pend_token_t pend_token) in thread_policy_update_complete_unlocked() function
2788 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_thread_qos_add_override_internal()
2885 thread_policy_update_complete_unlocked(thread, &pend_token); in proc_thread_qos_remove_override_internal()
[all …]
H A Dpolicy_internal.h302 extern void thread_policy_update_complete_unlocked(thread_t task, task_pend_token_t pend_token);
H A Dtask_policy.c1296 thread_policy_update_complete_unlocked(thread, &thread_pend_token); in task_policy_update_internal_locked()