Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dpriority.c927 sched_set_thread_mode(thread_t thread, sched_mode_t new_mode) in sched_set_thread_mode() function
986 sched_set_thread_mode(thread, TH_MODE_TIMESHARE); in sched_thread_mode_demote()
1016 sched_set_thread_mode(thread, thread->saved_mode); in sched_thread_mode_undemote()
H A Dsched_prim.h194 extern void sched_set_thread_mode(thread_t thread,
H A Dthread_policy.c927 sched_set_thread_mode(thread, mode); in thread_set_user_sched_mode_and_recompute_pri()
1210 sched_set_thread_mode(thread, newmode); in thread_policy_reset()