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

/gem5/src/sim/
H A Ddrain.hh63 * such cases, the new objects will be created in the Resuming state
75 Resuming, /** Transient state while the simulator is resuming */ member in class:DrainState
271 case DrainState::Resuming:
H A Ddrain.cc101 "Resuming a system that isn't fully drained, this is untested and "
104 panic_if(_state == DrainState::Resuming,
105 "Resuming a system that is already trying to resume. This should "
114 // while resuming) will inherit the Resuming state from the
117 _state = DrainState::Resuming;
120 DPRINTF(Drain, "Resuming %u objects.\n", drainableCount());
124 obj->drainState() == DrainState::Resuming);
223 _drainState != DrainState::Resuming,

Completed in 5 milliseconds