gem5 v24.1.0.1
Loading...
Searching...
No Matches
Namespaces
async.cc File Reference

Go to the source code of this file.

Namespaces

namespace  gem5
 Copyright (c) 2024 Arm Limited 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.
 

Generated on Mon Jan 13 2025 04:28:46 for gem5 by doxygen 1.9.8