Searched refs:async_exception (Results 1 - 4 of 4) sorted by relevance

/gem5/src/sim/
H A Dasync.cc36 volatile bool async_exception = false; variable
H A Dasync.hh49 extern volatile bool async_exception; ///< Python exception.
H A Dsimulate.cc213 if (async_exception) {
214 async_exception = false;
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc174 if (async_exception)
175 fatal("received async_exception, shouldn't be possible");

Completed in 6 milliseconds