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

/gem5/src/sim/power/
H A Dthermal_model.cc197 : ClockedObject(p), stepEvent([this]{ doStep(); }, name()), _step(p->step)
241 schedule(stepEvent, curTick() + SimClock::Int::s * _step);
278 schedule(stepEvent, curTick() + SimClock::Int::s * _step);
H A Dthermal_model.hh184 EventFunctionWrapper stepEvent; member in class:ThermalModel

Completed in 10 milliseconds