Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_prim.h867 struct sched_dispatch_table { struct
868 const char *sched_name;
869 void (*init)(void); /* Init global state */
870 void (*timebase_init)(void); /* Timebase-dependent initialization */
871 void (*processor_init)(processor_t processor); /* Per-processor scheduler init */
872 void (*pset_init)(processor_set_t pset); /* Per-processor set scheduler init */
874 void (*maintenance_continuation)(void); /* Function called regularly */
880 thread_t (*choose_thread)(
887 bool (*steal_thread_enabled)(processor_set_t pset);
893 thread_t (*steal_thread)(
[all …]