gem5 v24.0.0.0
|
#include <sensitivity.hh>
Private Member Functions | |
DynamicSensitivityEvent (Process *p, const sc_core::sc_event *e) | |
Friends | |
void | newDynamicSensitivityEvent (Process *p, const sc_core::sc_event *e) |
Additional Inherited Members | |
Public Types inherited from sc_gem5::Sensitivity | |
enum | Category { Static , Dynamic } |
Public Member Functions inherited from sc_gem5::DynamicSensitivity | |
Category | category () override |
Public Member Functions inherited from sc_gem5::Sensitivity | |
void | satisfy () |
virtual bool | notifyWork (Event *e) |
bool | notify (Event *e) |
bool | ofMethod () |
Public Member Functions inherited from sc_gem5::SensitivityEvent | |
void | clear () override |
Protected Member Functions inherited from sc_gem5::DynamicSensitivity | |
DynamicSensitivity (Process *p) | |
void | addToEvent (const ::sc_core::sc_event *e) override |
void | delFromEvent (const ::sc_core::sc_event *e) override |
Protected Member Functions inherited from sc_gem5::Sensitivity | |
Sensitivity (Process *p) | |
virtual | ~Sensitivity () |
Protected Member Functions inherited from sc_gem5::SensitivityEvent | |
SensitivityEvent (Process *p, const ::sc_core::sc_event *e=nullptr) | |
Protected Attributes inherited from sc_gem5::Sensitivity | |
Process * | process |
Protected Attributes inherited from sc_gem5::SensitivityEvent | |
const ::sc_core::sc_event * | event |
Definition at line 256 of file sensitivity.hh.
|
inlineprivate |
Definition at line 263 of file sensitivity.hh.
|
friend |
Definition at line 188 of file sensitivity.cc.