gem5 v24.0.0.0
|
#include <atomic>
#include <mutex>
#include <vector>
Go to the source code of this file.
Classes | |
class | gem5::DrainManager |
class | gem5::Drainable |
Interface for objects that might require draining before checkpointing. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Enumerations | |
enum class | gem5::DrainState { gem5::DrainState::Running , gem5::DrainState::Draining , gem5::DrainState::Drained , gem5::DrainState::Resuming } |
Object drain/handover states. More... | |