Searched refs:sched_mode_t (Results 1 - 12 of 12) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.h147 sched_mode_t current_thmode; /* sched mode of current thread */
H A Dsched_dualq.c94 static sched_mode_t
160 static sched_mode_t
H A Dsched_prim.h148 sched_mode_t mode);
572 sched_mode_t (*initial_thread_sched_mode)(task_t parent_task);
H A Dthread_policy.c103 thread_set_user_sched_mode(thread_t thread, sched_mode_t mode);
274 sched_mode_t mode = (timeshare == TRUE) ? TH_MODE_TIMESHARE : TH_MODE_FIXED;
518 sched_mode_t mode;
605 thread_set_user_sched_mode(thread_t thread, sched_mode_t mode)
903 sched_mode_t newmode = SCHED(initial_thread_sched_mode)(thread->task);
H A Dpriority.c588 sched_set_thread_mode(thread_t thread, sched_mode_t new_mode)
592 sched_mode_t old_mode = thread->sched_mode;
H A Dsched_proto.c130 static sched_mode_t
539 static sched_mode_t
H A Dsched.h174 } sched_mode_t; typedef in typeref:enum:__anon1065
H A Dsched_grrr.c171 static sched_mode_t
492 static sched_mode_t
H A Dthread.h187 sched_mode_t sched_mode; /* scheduling mode */
188 sched_mode_t saved_mode; /* saved mode during forced mode demotion */
H A Dsched_multiq.c290 static sched_mode_t
389 static sched_mode_t
H A Dsfi.c684 sched_mode_t thmode = thread->sched_mode;
H A Dsched_prim.c354 static sched_mode_t
2876 static sched_mode_t

Completed in 43 milliseconds