Searched refs:eventLoopExitEvent (Results 1 - 2 of 2) sorted by relevance

/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.hh95 sc_core::sc_event eventLoopExitEvent; member in class:Gem5SystemC::Module
H A Dsc_module.cc243 eventLoopExitEvent.notify(sc_core::SC_ZERO_TIME);
268 eventLoopExitEvent.cancel();
278 wait(eventLoopExitEvent);

Completed in 6 milliseconds