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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process_handle.h374 m_target_p->reset_process( sc_process_b::reset_asynchronous,
428 m_target_p->reset_process( sc_process_b::reset_synchronous_off,
441 m_target_p->reset_process(sc_process_b::reset_synchronous_on,
H A Dsc_process.cpp457 //"sc_process_b::reset_process"
474 void sc_process_b::reset_process( reset_type rt, function in class:sc_core::sc_process_b
488 if ( child_p ) child_p->reset_process(rt, descendants);
758 // Andy Goodrich: new checks for simulation running in reset_process().
803 // Andy Goodrich: moved sc_process_b::reset_process() from header file
H A Dsc_process.h310 enum reset_type { // types for sc_process_b::reset_process()
384 void reset_process( reset_type rt,
815 // Andy Goodrich: moved sc_process_b::reset_process() implementation

Completed in 12 milliseconds