Searched hist:10670 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Dsimulate.cc10670:3bfbaefa3844 Fri Dec 19 16:32:00 EST 2014 Curtis Dunham <Curtis.Dunham@arm.com> sim: prioritize async events; prevent starvation

If a time quantum event is the only one in the queue, async
events (Ctrl-C, I/O, etc.) will never be processed.

So process them first.

Completed in 10 milliseconds