Include dependency graph for scheduler.c:

Go to the source code of this file.
Functions | |
| static void | before_task_runs (void) |
| static void | before_thread_runs (void) |
| static void | after_thread_ran (void) |
| static void | scheduler_separated_stack (void) |
| void | scheduler_init (void) |
| static thread_t * | find_best_thread (void) |
| static void | relink_rq (int start) |
| void | scheduler (void) |
| void | kcpulb (void *arg) |
| void | sched_print_list (void) |
Variables | |
| atomic_t | nrdy |
Definition in file scheduler.c.
1.4.6