gem5 v24.0.0.0
|
#include <sc_event.hh>
Public Member Functions | |
InternalScEvent () | |
InternalScEvent (const char *) | |
Public Member Functions inherited from sc_core::sc_event | |
sc_event () | |
sc_event (const char *) | |
~sc_event () | |
const char * | name () const |
const char * | basename () const |
bool | in_hierarchy () const |
sc_object * | get_parent_object () const |
void | notify () |
void | notify (const sc_time &) |
void | notify (double, sc_time_unit) |
void | cancel () |
bool | triggered () const |
void | notify_delayed () |
void | notify_delayed (const sc_time &) |
sc_event_and_expr | operator& (const sc_event &) const |
sc_event_and_expr | operator& (const sc_event_and_list &) const |
sc_event_or_expr | operator| (const sc_event &) const |
sc_event_or_expr | operator| (const sc_event_or_list &) const |
Additional Inherited Members | |
Protected Member Functions inherited from sc_core::sc_event | |
sc_event (bool) | |
sc_event (bool, const char *) | |
Definition at line 254 of file sc_event.hh.
sc_gem5::InternalScEvent::InternalScEvent | ( | ) |
Definition at line 421 of file sc_event.cc.
sc_gem5::InternalScEvent::InternalScEvent | ( | const char * | _name | ) |
Definition at line 422 of file sc_event.cc.