Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dsched_prim.h801 struct sched_dispatch_table { struct
802 const char *sched_name;
803 void (*init)(void); /* Init global state */
804 void (*timebase_init)(void); /* Timebase-dependent initialization */
805 void (*processor_init)(processor_t processor); /* Per-processor scheduler init */
806 void (*pset_init)(processor_set_t pset); /* Per-processor set scheduler init */
808 void (*maintenance_continuation)(void); /* Function called regularly */
814 thread_t (*choose_thread)(
820 bool (*steal_thread_enabled)(processor_set_t pset);
826 thread_t (*steal_thread)(
[all …]