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

/gem5/src/sim/
H A Dglobal_event.hh155 class BaseGlobalEventTemplate : public BaseGlobalEvent class in inherits:BaseGlobalEvent
158 BaseGlobalEventTemplate(Priority p, Flags f) function in class:BaseGlobalEventTemplate
175 class GlobalEvent : public BaseGlobalEventTemplate<GlobalEvent>
178 typedef BaseGlobalEventTemplate<GlobalEvent> Base;
207 class GlobalSyncEvent : public BaseGlobalEventTemplate<GlobalSyncEvent>
210 typedef BaseGlobalEventTemplate<GlobalSyncEvent> Base;

Completed in 4 milliseconds