STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes | Typedefs
Scheduling information

Scheduling information support. More...

+ Collaboration diagram for Scheduling information:

Classes

class  stapl::default_info
 Default scheduling information. More...
 
class  stapl::fifo_scheduler< Placement >
 FIFO scheduler. More...
 
class  stapl::persistent_scheduler
 Persistent scheduler that extends from default_scheduler. More...
 
class  stapl::priority_scheduler< MAX_PRIORITY, SchedInfo >
 Priority scheduler that supports integer priority. More...
 
class  stapl::arbitrary_priority_scheduler< SchedInfo >
 Arbitrary priority scheduler that supports any type of priority. More...
 
class  stapl::sched_entry< SchedInfo, Hook >
 Base scheduler entry class for entries that can know their scheduling information. More...
 

Typedefs

typedef fifo_scheduler< default_task_placement > stapl::default_scheduler
 Default scheduler is the fifo_scheduler.
 
typedef fifo_scheduler< default_task_placement > stapl::default_gang_scheduler
 Default gang scheduler is the fifo_scheduler.
 

Detailed Description

Scheduling information support.