Searched refs:async_exit (Results 1 - 5 of 5) sorted by relevance

/gem5/src/sim/
H A Dasync.cc34 volatile bool async_exit = false; variable
H A Dasync.hh47 extern volatile bool async_exit; ///< Async request to exit simulator.
H A Dsimulate.cc208 if (async_exit) {
209 async_exit = false;
H A Dinit_signals.cc140 async_exit = true;
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc164 if (async_exit) {
165 async_exit = false;

Completed in 11 milliseconds