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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.cpp94 m_event_p->remove_dynamic( this );
98 m_event_list_p->remove_dynamic( this, 0 );
103 m_event_list_p->remove_dynamic( this, 0 );
115 m_event_p->remove_dynamic( this );
121 m_event_list_p->remove_dynamic( this, 0 );
128 m_event_list_p->remove_dynamic( this, 0 );
623 // because the signatures things like sc_event::remove_dynamic()
703 m_event_list_p->remove_dynamic( this, e );
717 m_event_p->remove_dynamic( this );
734 m_event_list_p->remove_dynamic( thi
[all...]
H A Dsc_process.cpp266 thread_h->m_timeout_event_p->remove_dynamic(thread_h);
269 if ( m_event_p ) m_event_p->remove_dynamic( thread_h );
272 m_event_list_p->remove_dynamic( thread_h, 0 );
280 method_h->m_timeout_event_p->remove_dynamic(method_h);
283 if ( m_event_p ) m_event_p->remove_dynamic( method_h );
286 m_event_list_p->remove_dynamic( method_h, 0 );
H A Dsc_event.cpp446 sc_event::remove_dynamic( sc_method_handle method_h_ ) const function in class:sc_core::sc_event
463 sc_event::remove_dynamic( sc_thread_handle thread_h_ ) const function in class:sc_core::sc_event
586 sc_event_list::remove_dynamic( sc_method_handle method_h, function in class:sc_core::sc_event_list
594 e->remove_dynamic( method_h );
601 sc_event_list::remove_dynamic( sc_thread_handle thread_h, function in class:sc_core::sc_event_list
609 e->remove_dynamic( thread_h );
H A Dsc_thread_process.cpp686 // because the signatures things like sc_event::remove_dynamic()
763 m_event_list_p->remove_dynamic( this, e );
777 m_event_p->remove_dynamic( this );
794 m_event_list_p->remove_dynamic( this, e );
804 m_event_list_p->remove_dynamic( this, e );
815 m_event_list_p->remove_dynamic( this, e );
828 // no need to remove_dynamic
H A Dsc_event.h154 void remove_dynamic( sc_method_handle, const sc_event* ) const;
155 void remove_dynamic( sc_thread_handle, const sc_event* ) const;
298 bool remove_dynamic( sc_method_handle ) const;
299 bool remove_dynamic( sc_thread_handle ) const;

Completed in 17 milliseconds