Searched refs:async_event (Results 1 - 6 of 6) sorted by relevance

/gem5/src/sim/
H A Dasync.cc31 volatile bool async_event = false; variable
H A Dasync.hh44 extern volatile bool async_event; ///< Some asynchronous event has happened.
H A Dinit_signals.cc119 async_event = true;
128 async_event = true;
139 async_event = true;
174 async_event = true;
H A Dsimulate.cc155 * Test and clear the global async_event flag, such that each time the
165 if (async_event) {
167 async_event = false;
193 if (async_event && testAndClearAsyncEvent()) {
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc148 assert(async_event);
157 async_event = false;
183 if (!in_simulate && !async_event)
186 if (async_event)
201 if (async_event)
/gem5/src/base/
H A Dpollevent.cc249 async_event = true;

Completed in 9 milliseconds