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

Go to the source code of this file.

Variables

volatile bool async_event = false
 Some asynchronous event has happened. More...
 
volatile bool async_statdump = false
 Async request to dump stats. More...
 
volatile bool async_statreset = false
 Async request to reset stats. More...
 
volatile bool async_exit = false
 Async request to exit simulator. More...
 
volatile bool async_io = false
 Async I/O request (SIGIO). More...
 
volatile bool async_exception = false
 Python exception. More...
 

Variable Documentation

◆ async_event

volatile bool async_event = false

Some asynchronous event has happened.

Definition at line 29 of file async.cc.

Referenced by doSimLoop(), dumprstStatsHandler(), dumpStatsHandler(), exitNowHandler(), ioHandler(), PollQueue::setupAsyncIO(), and testAndClearAsyncEvent().

◆ async_exception

volatile bool async_exception = false

Python exception.

Definition at line 34 of file async.cc.

Referenced by doSimLoop().

◆ async_exit

volatile bool async_exit = false

Async request to exit simulator.

Definition at line 32 of file async.cc.

Referenced by doSimLoop(), and exitNowHandler().

◆ async_io

volatile bool async_io = false

Async I/O request (SIGIO).

Definition at line 33 of file async.cc.

Referenced by doSimLoop(), ioHandler(), and PollQueue::setupAsyncIO().

◆ async_statdump

volatile bool async_statdump = false

Async request to dump stats.

Definition at line 30 of file async.cc.

Referenced by doSimLoop(), dumprstStatsHandler(), and dumpStatsHandler().

◆ async_statreset

volatile bool async_statreset = false

Async request to reset stats.

Definition at line 31 of file async.cc.

Referenced by doSimLoop(), and dumprstStatsHandler().


Generated on Tue Jun 22 2021 15:28:34 for gem5 by doxygen 1.8.17