Searched refs:sc_is_running (Results 26 - 32 of 32) sorted by relevance

12

/gem5/src/systemc/core/
H A Dsc_module.cc59 if (::sc_core::sc_is_running()) {
74 if (::sc_core::sc_is_running()) {
89 if (::sc_core::sc_is_running()) {
262 if (sc_is_running())
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc395 if (current && sc_is_running() && name) {
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.cpp604 if( sc_is_running() ) {
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp228 if ( sc_is_running( m_simc ) ) return;
625 // difficult for similar reasons to the sc_is_running()
H A Dsc_module.cpp445 sc_is_running() ?
H A Dsc_simcontext.cpp1342 "sc_simcontext::is_running() is deprecated, use sc_is_running()" );
1584 return ( sc_is_running() ) ?
1851 if ( sc_is_running() )
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.cpp82 if( simc && sc_is_running() )
792 // Andy Goodrich: conversion to use sc_is_running instead of deprecated

Completed in 27 milliseconds

12