gem5
v20.1.0.0
|
#include <atomic>
#include <mutex>
#include <vector>
Go to the source code of this file.
Classes | |
class | DrainManager |
class | Drainable |
Interface for objects that might require draining before checkpointing. More... | |
Enumerations | |
enum | DrainState { DrainState::Running, DrainState::Draining, DrainState::Drained, DrainState::Resuming } |
Object drain/handover states. More... | |