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

/gem5/src/sim/
H A Dsim_events.cc154 : Event(Sim_Exit_Pri), cause(_cause), downCounter(counter)
157 assert(downCounter > 0);
167 if (--downCounter == 0) {
H A Dsim_events.hh107 int &downCounter; // decrement & terminate if zero member in class:CountedExitEvent

Completed in 5 milliseconds