MOS Source Code
Loading...
Searching...
No Matches
naive_sched_node_t Struct Reference

Node in the naive scheduler's list of threads. More...

+ Inheritance diagram for naive_sched_node_t:
+ Collaboration diagram for naive_sched_node_t:

Public Attributes

 as_linked_list
 
Threadthread
 

Additional Inherited Members

- Static Public Attributes inherited from NamedType<"NaiveSched.Node">
static constexpr mos::string_view type_name
 

Detailed Description

Node in the naive scheduler's list of threads.

Definition at line 18 of file naive.cpp.

Member Data Documentation

◆ as_linked_list

as_linked_list

Definition at line 20 of file naive.cpp.

◆ thread

Thread* thread

Definition at line 21 of file naive.cpp.

Referenced by naive_sched_add_thread(), and naive_sched_select_next().


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