Searched refs:throw_reset (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.cpp407 if ( sc_is_running() ) throw_reset(true);
412 if ( sc_is_running() ) throw_reset(false);
508 throw_reset(true);
H A Dsc_method_process.h164 virtual void throw_reset( bool async );
H A Dsc_method_process.cpp493 //"sc_method_process::throw_reset"
514 void sc_method_process::throw_reset( bool async ) function in class:sc_core::sc_method_process
537 DEBUG_MSG(DEBUG_NAME,this,"throw_reset: throwing exception");
544 "throw_reset: queueing this method for execution");
H A Dsc_process.h392 virtual void throw_reset( bool async ) = 0;
H A Dsc_thread_process.h145 virtual void throw_reset( bool async );
H A Dsc_thread_process.cpp556 //"sc_thread_process::throw_reset"
562 void sc_thread_process::throw_reset( bool async ) function in class:sc_core::sc_thread_process
945 // Andy Goodrich: moved the reset event notification code out of throw_reset()

Completed in 20 milliseconds