Contur 2
Educational OS kernel simulator
Loading...
Searching...
No Matches
contur::ISchedulingPolicy Member List

This is the complete list of members for contur::ISchedulingPolicy, including all inherited members.

name() const noexcept=0contur::ISchedulingPolicypure virtual
selectNext(const std::vector< SchedulingProcessSnapshot > &readyQueue, const IClock &clock) const =0contur::ISchedulingPolicypure virtual
shouldPreempt(const SchedulingProcessSnapshot &running, const SchedulingProcessSnapshot &candidate, const IClock &clock) const =0contur::ISchedulingPolicypure virtual
~ISchedulingPolicy()=defaultcontur::ISchedulingPolicyvirtual