gem5
v21.0.1.0
|
Abstract class for elements whose events depend on the counting speed of the System Counter. More...
#include <generic_timer.hh>
Public Member Functions | |
virtual void | notify (void)=0 |
Called from the SystemCounter when a change in counting speed occurred Events should be rescheduled properly inside this member function. More... | |
Abstract class for elements whose events depend on the counting speed of the System Counter.
Definition at line 74 of file generic_timer.hh.
|
pure virtual |
Called from the SystemCounter when a change in counting speed occurred Events should be rescheduled properly inside this member function.
Implemented in GenericTimer::CoreTimers, ArchTimer, and GenericWatchdog::Listener.