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

/gem5/src/systemc/tests/systemc/misc/reports/test01/
H A Dtest01.cpp157 e1.notify_delayed();
166 e2.notify_delayed( SC_ZERO_TIME );
/gem5/src/systemc/ext/core/
H A Dsc_event.hh193 void notify_delayed();
194 void notify_delayed(const sc_time &);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.h276 void notify_delayed();
277 void notify_delayed( const sc_time& );
278 void notify_delayed( double, sc_time_unit );
428 sc_event::notify_delayed( double v, sc_time_unit tu ) function in class:sc_core::sc_event
430 notify_delayed( sc_time( v, tu, m_simc ) );
873 // Andy Goodrich: added deprecation warnings for notify_delayed(). Added two
875 // to replace calls to notify_delayed() from within the simulator. These two
876 // new methods are simpler than notify_delayed() and should speed up simulations
H A Dsc_event.cpp168 "notify_delayed(...) is deprecated, use notify(sc_time) instead" );
173 sc_event::notify_delayed() function in class:sc_core::sc_event
185 sc_event::notify_delayed( const sc_time& t ) function in class:sc_core::sc_event
751 // Andy Goodrich: added deprecation warnings for notify_delayed(). Added two
753 // to replace calls to notify_delayed() from within the simulator. These two
754 // new methods are simpler than notify_delayed() and should speed up simulations
/gem5/src/systemc/core/
H A Dsc_event.cc345 sc_event::notify_delayed() function in class:sc_core::sc_event
350 sc_event::notify_delayed(const sc_time &t) function in class:sc_core::sc_event
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h695 m_changed_event_p->notify_delayed();
H A Dscx_signal_uint.h740 m_changed_event_p->notify_delayed();
H A Dscx_signal_signed.h845 m_changed_event_p->notify_delayed();
H A Dscx_signal_unsigned.h839 m_changed_event_p->notify_delayed();

Completed in 34 milliseconds