Go to the documentation of this file.
38 #ifndef __SIM_DRAIN_HH__
39 #define __SIM_DRAIN_HH__
static DrainManager & instance()
Get the singleton DrainManager instance.
DrainState _drainState
Current drain state of the object.
@ Resuming
Transient state while the simulator is resuming.
std::vector< Drainable * > _allDrainable
Set of all drainable objects.
DrainState drainState() const
Return the current drain state of an object.
std::atomic_uint _count
Number of objects still draining.
void unregisterDrainable(Drainable *obj)
size_t drainableCount() const
Thread-safe helper function to get the number of Drainable objects in a system.
virtual void notifyFork()
Notify a child process of a fork.
DrainState _state
Global simulator drain state.
bool allInState(DrainState state) const
Helper function to check if all Drainable objects are in a specific state.
void preCheckpointRestore()
Run state fixups before a checkpoint restore operation.
DrainState
Object drain/handover states.
void dmDrainResume()
DrainManager interface to request a resume operation.
DrainState dmDrain()
DrainManager interface to request a drain operation.
DrainManager & _drainManager
Convenience reference to the drain manager.
@ Drained
Buffers drained, ready for serialization/handover.
void signalDrainDone() const
Signal that an object is drained.
bool tryDrain()
Try to drain the system.
void resume()
Resume normal simulation in a Drained system.
virtual void drainResume()
Resume execution after a successful drain.
bool isDrained() const
Check if the system is drained.
Interface for objects that might require draining before checkpointing.
DrainState state() const
Get the simulators global drain state.
void signalDrainDone()
Notify the DrainManager that a Drainable object has finished draining.
@ Running
Running normally.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
static DrainManager _instance
Singleton instance of the drain manager.
void registerDrainable(Drainable *obj)
virtual DrainState drain()=0
Draining is the process of clearing out the states of SimObjects.These are the SimObjects that are pa...
@ Draining
Draining buffers pending serialization/handover.
std::mutex globalLock
Lock protecting the set of drainable objects.
Generated on Wed May 4 2022 12:14:02 for gem5 by doxygen 1.8.17