Searched refs:readyEvent (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/core/
H A Dscheduler.cc49 eq(nullptr), readyEvent(this, false, ReadyPriority),
85 if (readyEvent.scheduled())
86 deschedule(&readyEvent);
271 if (!readyEvent.scheduled()) {
272 schedule(&readyEvent);
283 if (readyEvent.scheduled())
284 deschedule(&readyEvent);
H A Dscheduler.hh76 * readyEvent to be scheduled with slightly lowered priority, ensuring it
81 * if the readyEvent was scheduled above, there shouldn't be any higher
92 * The readyEvent runs all three steps of the delta cycle. It first goes
106 * readyEvent will have been scheduled and will be waiting and ready to run
115 * itself. If the readyEvent is now ready to run, the next delta cycle will
122 * normal priority, but higher than the readyEvent. That ensures that any
125 * event will happen before the next readyEvent which would start the next
424 EventWrapper<Scheduler, &Scheduler::runReady> readyEvent; member in class:sc_gem5::Scheduler

Completed in 7 milliseconds