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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp60 switch( m_notify_type ) {
64 m_notify_type = NONE;
72 m_notify_type = NONE;
104 if( m_notify_type == DELTA ) {
121 if( m_notify_type == TIMED ) {
129 m_notify_type = DELTA;
145 if( m_notify_type == TIMED ) {
158 m_notify_type = TIMED;
176 if( m_notify_type != NONE ) {
181 m_notify_type
[all...]
H A Dsc_event.h313 notify_t m_notify_type; member in class:sc_core::sc_event
404 m_notify_type = DELTA;
410 m_notify_type = TIMED;
418 if( m_notify_type != NONE ) {
423 m_notify_type = DELTA;

Completed in 7 milliseconds