gem5 v24.0.0.0
|
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Variables | |
Asynchronous event flags. | |
To avoid races, signal handlers simply set these flags, which are then checked in the main event loop. Defined in main.cc. | |
volatile bool | gem5::async_event = false |
Some asynchronous event has happened. | |
volatile bool | gem5::async_statdump = false |
Async request to dump stats. | |
volatile bool | gem5::async_statreset = false |
Async request to reset stats. | |
volatile bool | gem5::async_exit = false |
Async request to exit simulator. | |
volatile bool | gem5::async_io = false |
Async I/O request (SIGIO). | |
volatile bool | gem5::async_exception = false |
Python exception. | |