Searched refs:SC_STOP (Results 1 - 9 of 9) sorted by relevance

/gem5/util/tlm/examples/common/
H A Dreport_handler.cc82 if (actions & SC_STOP)
/gem5/src/systemc/utils/
H A Dreport.hh61 actions |= sc_core::SC_STOP;
86 actions |= sc_core::SC_STOP;
H A Dsc_report_handler.cc290 if (actions & SC_STOP) {
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp84 usr!=SC_STOP && usr!=SC_ABORT );
120 case SC_STOP: cout << "stop"; break;
/gem5/src/systemc/ext/utils/
H A D_using.hh58 using sc_core::SC_STOP;
H A Dsc_report_handler.hh52 SC_STOP = 0x0040, enumerator in enum:sc_core::__anon53
/gem5/src/systemc/tests/systemc/utils/sc_report/log_file/
H A Dlog_file.cpp79 sc_report_handler::suppress( SC_STOP | SC_ABORT );
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h87 SC_STOP = 0x0040, // call sc_stop() enumerator in enum:sc_core::__anon9
H A Dsc_report_handler.cpp135 if ( actions & SC_STOP )
259 actions |= SC_STOP; // force sc_stop()
697 SC_STOP |

Completed in 14 milliseconds