Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dsched_prim.h880 struct sched_dispatch_table { struct
881 const char *sched_name;
882 void (*init)(void); /* Init global state */
883 void (*timebase_init)(void); /* Timebase-dependent initialization */
884 void (*processor_init)(processor_t processor); /* Per-processor scheduler init */
885 void (*pset_init)(processor_set_t pset); /* Per-processor set scheduler init */
887 void (*maintenance_continuation)(void); /* Function called regularly */
893 thread_t (*choose_thread)(
900 bool (*steal_thread_enabled)(processor_set_t pset);
906 thread_t (*steal_thread)(
[all …]