MOS Source Code
Loading...
Searching...
No Matches
naive_sched_t Struct Reference
+ Collaboration diagram for naive_sched_t:

Public Attributes

scheduler_t base
 
list_head threads
 list of runnable threads
 
spinlock_t lock
 

Detailed Description

Definition at line 11 of file naive.c.

Member Data Documentation

◆ base

Definition at line 13 of file naive.c.

◆ threads

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().

◆ lock


The documentation for this struct was generated from the following file: