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

/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.hh109 class SCEventQueue : public EventQueue class in class:Gem5SystemC::Module
115 SCEventQueue(const std::string &name, function in class:Gem5SystemC::Module::SCEventQueue
H A Dsc_module.cc95 Module::SCEventQueue::wakeup(Tick when)
97 DPRINTF(Event, "waking up SCEventQueue\n");
110 mainEventQueue.push_back(new SCEventQueue("events", module));

Completed in 5 milliseconds