Searched refs:sc_plist (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_list.h101 class sc_plist : public sc_plist_base { class in namespace:sc_core
107 sc_plist() { } function in class:sc_core::sc_plist
108 ~sc_plist() { }
136 sc_plist_iter( sc_plist<T>* l, bool from_tail = false )
141 sc_plist_iter( sc_plist<T>& l, bool from_tail = false )
151 void reset( sc_plist<T>* l, bool from_tail = false )
155 void reset( sc_plist<T>& l, bool from_tail = false )
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.cpp77 sc_plist<sc_module*> m_list;
91 sc_plist<sc_module*>::iterator it( m_list );
H A Dsc_simcontext.h68 template< typename > class sc_plist;
69 typedef sc_plist< sc_process_b* > sc_process_list;

Completed in 10 milliseconds