Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dsched_prim.h852 struct sched_dispatch_table { struct
853 const char *sched_name;
854 void (*init)(void); /* Init global state */
855 void (*timebase_init)(void); /* Timebase-dependent initialization */
856 void (*processor_init)(processor_t processor); /* Per-processor scheduler init */
857 void (*pset_init)(processor_set_t pset); /* Per-processor set scheduler init */
859 void (*maintenance_continuation)(void); /* Function called regularly */
865 thread_t (*choose_thread)(
871 bool (*steal_thread_enabled)(processor_set_t pset);
877 thread_t (*steal_thread)(
[all …]