RTEMS 6.1-rc1
|
CPU related variables and a CPU_Control to implement BFS. More...
#include <schedulerstrongapa.h>
Data Fields | |
struct Per_CPU_Control * | cpu |
CPU in a queue. | |
Scheduler_Node * | preempting_node |
The node that would preempt this CPU. | |
bool | visited |
Whether or not this cpu has been added to the queue (visited in BFS). | |
Scheduler_Node * | executing |
The node currently executing on this cpu. | |
CPU related variables and a CPU_Control to implement BFS.