Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_prim.h709 struct sched_dispatch_table { struct
710 const char *sched_name;
711 void (*init)(void); /* Init global state */
712 void (*timebase_init)(void); /* Timebase-dependent initialization */
713 void (*processor_init)(processor_t processor); /* Per-processor scheduler init */
714 void (*pset_init)(processor_set_t pset); /* Per-processor set scheduler init */
716 void (*maintenance_continuation)(void); /* Function called regularly */
722 thread_t (*choose_thread)(
728 bool (*steal_thread_enabled)(processor_set_t pset);
734 thread_t (*steal_thread)(
[all …]