38 #ifndef __SIM_DRAIN_HH__ 39 #define __SIM_DRAIN_HH__ 143 void preCheckpointRestore();
165 void signalDrainDone();
169 void unregisterDrainable(
Drainable *obj);
182 size_t drainableCount()
const;
290 switch (_drainState) {
297 _drainManager.signalDrainDone();
330 void dmDrainResume();
virtual void drainResume()
Resume execution after a successful drain.
DrainManager & _drainManager
Convenience reference to the drain manager.
virtual void notifyFork()
Notify a child process of a fork.
DrainState
Object drain/handover states.
DrainState drainState() const
Return the current drain state of an object.
Interface for objects that might require draining before checkpointing.
DrainState state() const
Get the simulators global drain state.
Draining buffers pending serialization/handover.
std::atomic_uint _count
Number of objects still draining.
This class coordinates draining of a System.
std::vector< Drainable * > _allDrainable
Set of all drainable objects.
static DrainManager _instance
Singleton instance of the drain manager.
bool isDrained() const
Check if the system is drained.
std::mutex globalLock
Lock protecting the set of drainable objects.
static DrainManager & instance()
Get the singleton DrainManager instance.
Buffers drained, ready for serialization/handover.
void signalDrainDone() const
Signal that an object is drained.
DrainState _state
Global simulator drain state.
DrainState _drainState
Current drain state of the object.