Searched refs:m_paused (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp399 m_paused = false;
448 m_change_stamp(0), m_delta_count(0), m_forced_stop(false), m_paused(false),
632 if ( m_paused ) break;
912 m_paused = false;
960 if( m_paused ) goto exit_pause; // return explicit pause
1706 if ( p == SC_RUN_TO_TIME && !context_p->m_paused && status == SC_SIM_OK )
H A Dsc_simcontext.h353 bool m_paused; member in class:sc_core::sc_simcontext
673 sc_get_curr_simcontext()->m_paused = true;

Completed in 12 milliseconds