gem5  v22.1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces
async.cc File Reference

Go to the source code of this file.

Namespaces

 gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 

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. More...
 
volatile bool gem5::async_statdump = false
 Async request to dump stats. More...
 
volatile bool gem5::async_statreset = false
 Async request to reset stats. More...
 
volatile bool gem5::async_exit = false
 Async request to exit simulator. More...
 
volatile bool gem5::async_io = false
 Async I/O request (SIGIO). More...
 
volatile bool gem5::async_exception = false
 Python exception. More...
 

Generated on Wed Dec 21 2022 10:22:58 for gem5 by doxygen 1.9.1