Mark3 Realtime Kernel
priomapl2.h File Reference

2-Level priority allocator template-class used for scheduler implementation More...

#include "kerneltypes.h"
#include "mark3cfg.h"
#include "threadport.h"

Go to the source code of this file.

Classes

class  Mark3::PriorityMapL2< T, C >
 The PriorityMapL2 class This class implements a priority bitmap data structure. Each bit in the objects internal storage represents a priority. When a bit is set, it indicates that something is scheduled at the bit's corresponding priority, when a bit is clear it indicates that no entities are scheduled at that priority. This object provides the fundamental logic required to implement efficient priority-based scheduling for the thread + coroutine schedulers in the kernel. More...
 

Namespaces

 Mark3
 

Detailed Description

2-Level priority allocator template-class used for scheduler implementation

Definition in file priomapl2.h.