MOS Source Code
|
Public Attributes | |
scheduler_t | base |
list_head | threads |
list of runnable threads | |
spinlock_t | lock |
scheduler_t base |
list_head threads |
list of runnable threads
Definition at line 14 of file naive.c.
Referenced by naive_sched_add_thread(), naive_sched_init(), naive_sched_remove_thread(), and naive_sched_select_next().
spinlock_t lock |
Definition at line 15 of file naive.c.
Referenced by naive_sched_add_thread(), naive_sched_init(), naive_sched_remove_thread(), and naive_sched_select_next().