gem5
|
#include <scheduling_policy.hh>
Public Member Functions | |
Wavefront * | chooseWave () |
void | bindList (std::vector< Wavefront * > *list) |
Private Attributes | |
Impl | policyImpl |
Definition at line 42 of file scheduling_policy.hh.
|
inline |
Definition at line 48 of file scheduling_policy.hh.
Referenced by Scheduler::bindList().
|
inline |
Definition at line 45 of file scheduling_policy.hh.
Referenced by Scheduler::chooseWave().
|
private |
Definition at line 54 of file scheduling_policy.hh.
Referenced by SchedulingPolicy< RRSchedulingPolicy >::bindList(), and SchedulingPolicy< RRSchedulingPolicy >::chooseWave().