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

/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.hh94 /** Event to trigger on exit of eventLoop */
97 /** Event to trigger to enter eventLoop */
100 /** Expected exit time of last eventLoop sleep */
132 /** Last exitEvent from eventLoop */
147 * call eventLoop (to try and mop up any events at this time) if there
153 void eventLoop();
155 /** Run eventLoop up to num_cycles and return the final event */
H A Dsc_module.cc85 SC_METHOD(eventLoop);
190 eventLoop();
194 Module::eventLoop() function in class:Gem5SystemC::Module

Completed in 3 milliseconds