Searched refs:GlobalEvent (Results 1 - 7 of 7) sorted by relevance

/gem5/src/sim/
H A Ddebug.cc51 struct DebugBreakEvent : public GlobalEvent
62 : GlobalEvent(when, Debug_Break_Pri, AutoDelete)
H A Dglobal_event.hh53 * There are two basic global event patterns, GlobalEvent and
54 * GlobalSyncEvent. GlobalEvent is the base class for typical global
60 * Common base class for GlobalEvent and GlobalSyncEvent.
175 class GlobalEvent : public BaseGlobalEventTemplate<GlobalEvent> class in inherits:BaseGlobalEventTemplate
178 typedef BaseGlobalEventTemplate<GlobalEvent> Base;
189 GlobalEvent(Priority p, Flags f) function in class:GlobalEvent
193 GlobalEvent(Tick when, Priority p, Flags f) function in class:GlobalEvent
H A Dsim_events.cc60 : GlobalEvent(when, Sim_Exit_Pri, IsExitEvent),
67 : GlobalEvent(curTick(), Minimum_Pri, IsExitEvent),
H A Dstat_control.cc74 GlobalEvent *dumpEvent;
216 class StatEvent : public GlobalEvent
225 : GlobalEvent(_when, Stat_Event_Pri, 0),
H A Dsim_events.hh54 class GlobalSimLoopExitEvent : public GlobalEvent
H A Dglobal_event.cc45 // see GlobalEvent::BarrierEvent::~BarrierEvent() comments
115 // loop, but we need to delete GlobalEvent object too... so let
127 GlobalEvent::BarrierEvent::process()
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc262 GlobalEvent *limit_event = new GlobalSimLoopExitEvent(num_cycles,

Completed in 8 milliseconds