Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dsched_prim.h884 struct sched_dispatch_table { struct
885 const char *sched_name;
886 void (*init)(void); /* Init global state */
887 void (*timebase_init)(void); /* Timebase-dependent initialization */
888 void (*processor_init)(processor_t processor); /* Per-processor scheduler init */
889 void (*pset_init)(processor_set_t pset); /* Per-processor set scheduler init */
891 void (*maintenance_continuation)(void); /* Function called regularly */
897 thread_t (*choose_thread)(
904 bool (*steal_thread_enabled)(processor_set_t pset);
910 thread_t (*steal_thread)(
[all …]