Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_prim.h868 struct sched_dispatch_table { struct
869 const char *sched_name;
870 void (*init)(void); /* Init global state */
871 void (*timebase_init)(void); /* Timebase-dependent initialization */
872 void (*processor_init)(processor_t processor); /* Per-processor scheduler init */
873 void (*pset_init)(processor_set_t pset); /* Per-processor set scheduler init */
875 void (*maintenance_continuation)(void); /* Function called regularly */
881 thread_t (*choose_thread)(
888 bool (*steal_thread_enabled)(processor_set_t pset);
894 thread_t (*steal_thread)(
[all …]