A token representing a handle to an LP chare inside the scheduler queues.
More...
#include <lp.h>
|
LPChare * | lp |
| Direct pointer to the LP chare this token represents.
|
|
Time | ts |
| A timestamp associated with the LP to be used as a key.
|
|
uint32_t | index |
| The index of this token within the queue/heap.
|
|
|
class | PEQueue |
|
class | Scheduler |
|
class | DistributedScheduler |
|
class | OptimisticScheduler |
|
A token representing a handle to an LP chare inside the scheduler queues.
- Todo:
- Shouldn't this just be defined as a node in the data structure?
◆ LPToken() [1/2]
Default constructor.
- Todo:
- should this be disabled?
◆ LPToken() [2/2]
Constructor called from the LP chare that sets lp at initialization.
- Parameters
-
lp | a pointer to the LP chare this token represents |
The documentation for this struct was generated from the following file:
- /Users/epmikida/Programming/charades/src/simcore/lp.h