Searched refs:ScEvent (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/core/
H A Dsched_event.cc37 ScEvent::~ScEvent()
H A Dsched_event.hh41 class ScEvent;
43 typedef std::list<ScEvent *> ScEvents;
45 class ScEvent class in namespace:sc_gem5
74 ScEvent(std::function<void()> work) : function in class:sc_gem5::ScEvent
78 ~ScEvent();
H A Dscheduler.hh151 typedef std::list<ScEvent *> ScEvents;
240 schedule(ScEvent *event, const ::sc_core::sc_time &delay)
265 deschedule(ScEvent *event)
H A Devent.hh154 ScEvent delayedNotify;
H A Dprocess.hh115 ScEvent timeoutEvent;
/gem5/src/systemc/channel/
H A Dsc_clock.cc47 class ClockTick : public ScEvent
58 ScEvent([this]() { tick(); }),

Completed in 10 milliseconds