Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dpriority.c949 sched_set_thread_mode(thread_t thread, sched_mode_t new_mode) in sched_set_thread_mode() function
988 sched_set_thread_mode(thread, new_mode); in sched_set_thread_mode_user()
1044 sched_set_thread_mode(thread, TH_MODE_TIMESHARE); in sched_thread_mode_demote()
1099 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.c1268 sched_set_thread_mode(thread, newmode); in thread_policy_reset()