Home
last modified time | relevance | path

Searched defs:sched_dispatch_table (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.141.3/osfmk/kern/
H A Dsched_prim.h836 struct sched_dispatch_table { struct
837 const char *sched_name;
838 void (*init)(void); /* Init global state */
839 void (*timebase_init)(void); /* Timebase-dependent initialization */
840 void (*processor_init)(processor_t processor); /* Per-processor scheduler init */
841 void (*pset_init)(processor_set_t pset); /* Per-processor set scheduler init */
843 void (*maintenance_continuation)(void); /* Function called regularly */
849 thread_t (*choose_thread)(
855 bool (*steal_thread_enabled)(processor_set_t pset);
861 thread_t (*steal_thread)(
[all …]