Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

RealTimeSchedule.cc File Reference


Detailed Description

Implementation of the RealTimeSchedule class.

Definition in file RealTimeSchedule.cc.

Include dependency graph for RealTimeSchedule.cc:

Include dependency graph

Go to the source code of this file.

Defines

#define min(x, y)   ((x) < (y) ? (x) : (y))
#define max(x, y)   ((x) > (y) ? (x) : (y))


Define Documentation

#define max x,
 )     ((x) > (y) ? (x) : (y))
 

Parameters:
x First comparable value.
y Second comparable value.
Returns:
The maximum of x and y.

Definition at line 41 of file RealTimeSchedule.cc.

Referenced by RealTimeSchedule::intersect(), MinMaxTaskAdvocate::PassCPU(), MaxDecayTaskAdvocate::PassCPU(), and rk_cpu_reserve_tick().

#define min x,
 )     ((x) < (y) ? (x) : (y))
 

Parameters:
x First comparable value.
y Second comparable value.
Returns:
The minimum of x and y.

Definition at line 34 of file RealTimeSchedule.cc.

Referenced by RealTimeSchedule::intersect(), and MinMaxTaskAdvocate::PassCPU().


Generated on Fri Oct 22 07:50:40 2004 for CPU Broker by  doxygen 1.3.9.1