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

/gem5/src/systemc/tests/systemc/kernel/sc_event/test01/
H A Dtest01.cpp35 Description of Modification: - set stop mode to SC_STOP_IMMEDIATE;
91 sc_set_stop_mode(SC_STOP_IMMEDIATE);
/gem5/src/systemc/tests/systemc/kernel/sc_stop/test01/
H A Dtest01.cpp91 sc_set_stop_mode(SC_STOP_IMMEDIATE);
/gem5/src/systemc/ext/core/
H A Dsc_main.hh67 SC_STOP_IMMEDIATE, enumerator in enum:sc_core::sc_stop_mode
H A D_using.hh68 using sc_core::SC_STOP_IMMEDIATE;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp549 if ( stop_mode == SC_STOP_IMMEDIATE ) goto out;
1028 // SC_STOP_IMMEDIATE - aborts the execution phase of the current delta
1051 if ( stop_mode == SC_STOP_IMMEDIATE ) m_runnable->init();
1847 // mode = SC_STOP_IMMEDIATE or SC_STOP_FINISH_DELTA.
1859 case SC_STOP_IMMEDIATE:
H A Dsc_simcontext.h82 SC_STOP_IMMEDIATE enumerator in enum:sc_core::sc_stop_mode

Completed in 16 milliseconds