Searched defs:curEventQueue (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Deventq.hh85 inline EventQueue *curEventQueue() { return _curEventQueue; } function
86 inline void curEventQueue(EventQueue *q) { _curEventQueue = q; } function

Completed in 8 milliseconds