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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_sensitive.cpp127 m_handle->add_static_event( event_ );
142 handle_->add_static_event( event_ );
158 m_handle->add_static_event( interface_.default_event() );
173 handle_->add_static_event( interface_.default_event() );
249 handle_->add_static_event( event_finder_.find_event() );
304 handle_->add_static_event( interface_.posedge_event() );
312 handle_->add_static_event( interface_.posedge_event() );
437 m_handle->add_static_event( interface_.posedge_event() );
461 m_handle->add_static_event( interface_.posedge_event() );
712 m_handle->add_static_event( interface
[all...]
H A Dsc_process.cpp57 //"sc_process_b::add_static_event"
62 void sc_process_b::add_static_event( const sc_event& e ) function in class:sc_core::sc_process_b
H A Dsc_process.h352 void add_static_event( const sc_event& );
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.cpp198 // instead of sc_process_b::add_static_event.
200 void sc_port_base::add_static_event( function in class:sc_core::sc_port_base
203 process_p->add_static_event( event );
206 void sc_port_base::add_static_event( function in class:sc_core::sc_port_base
209 process_p->add_static_event( event );
494 p->handle->add_static_event( event );
504 p->handle->add_static_event( event );
H A Dsc_port.h142 void add_static_event(
144 void add_static_event(
591 add_static_event( handle_p, iface_p->default_event() );
612 add_static_event( handle_p, iface_p->default_event() );

Completed in 17 milliseconds