Home
last modified time | relevance | path

Searched refs:sched_set_thread_base_priority (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.61.3/osfmk/kern/
H A Dpriority.c289 sched_set_thread_base_priority(thread_t thread, int priority) in sched_set_thread_base_priority() function
365 sched_set_thread_base_priority(thread, new_priority); in sched_set_kernel_thread_priority()
H A Dthread_policy.c761 sched_set_thread_base_priority(thread, base_pri); in thread_unfreeze_base_pri()
1069 sched_set_thread_base_priority(thread, priority); in thread_recompute_priority()
1181 sched_set_thread_base_priority(thread, priority); in thread_recompute_priority()
1275 sched_set_thread_base_priority(thread, thread->task_priority); in thread_policy_reset()
H A Dsched_prim.h183 extern void sched_set_thread_base_priority(
H A Dthread.c1541 sched_set_thread_base_priority(new_thread, new_priority); in thread_create_internal()