gem5 v24.0.0.0
Loading...
Searching...
No Matches
async.cc File Reference

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.
 

Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0