Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dpriority.c952 sched_set_thread_mode(thread_t thread, sched_mode_t new_mode) in sched_set_thread_mode() function
991 sched_set_thread_mode(thread, new_mode); in sched_set_thread_mode_user()
1047 sched_set_thread_mode(thread, TH_MODE_TIMESHARE); in sched_thread_mode_demote()
1102 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()