Searched refs:notify_internal (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.cpp71 m_next_posedge_event.notify_internal( m_start_time );
88 m_next_posedge_event.notify_internal( m_start_time );
111 m_next_posedge_event.notify_internal( m_start_time );
114 m_next_negedge_event.notify_internal( m_start_time );
136 m_next_posedge_event.notify_internal( m_start_time );
161 m_next_posedge_event.notify_internal( m_start_time );
164 m_next_negedge_event.notify_internal( m_start_time );
202 m_next_posedge_event.notify_internal( m_start_time );
205 m_next_negedge_event.notify_internal( m_start_time );
405 // Andy Goodrich: convert notify_delayed() calls into notify_internal() call
[all...]
H A Dsc_clock.h182 m_next_negedge_event.notify_internal( m_negedge_time );
191 m_next_posedge_event.notify_internal( m_posedge_time );
254 // Andy Goodrich: convert notify_delayed() calls into notify_internal() calls.
255 // notify_internal() is an implementation dependent version of notify_delayed()
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.h221 m_timeout_event_p->notify_internal( t );
231 m_timeout_event_p->notify_internal( t );
243 m_timeout_event_p->notify_internal( t );
255 m_timeout_event_p->notify_internal( t );
H A Dsc_thread_process.h315 m_timeout_event_p->notify_internal( t );
328 m_timeout_event_p->notify_internal( t );
343 m_timeout_event_p->notify_internal( t );
358 m_timeout_event_p->notify_internal( t );
H A Dsc_event.h293 void notify_internal( const sc_time& );
399 sc_event::notify_internal( const sc_time& t ) function in class:sc_core::sc_event
874 // new implementation-dependent methods, notify_next_delta() & notify_internal()

Completed in 13 milliseconds