Searched refs:THROW_NONE (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.cpp436 m_throw_status = THROW_NONE;
574 m_throw_status( THROW_NONE ),
732 // the check for an unwind being complete was expecting THROW_NONE as the
H A Dsc_process.h295 THROW_NONE = 0, enumerator in enum:sc_core::sc_process_b::process_throw_type
663 ( m_active_reset_n ? THROW_SYNC_RESET : THROW_NONE);
742 // the check for an unwind being complete was expecting THROW_NONE as the
H A Dsc_thread_process.h227 // (1) Optimize THROW_NONE for speed as it is the normal case.
232 if ( m_throw_status == THROW_NONE ) return;
248 THROW_NONE);
526 // the check for an unwind being complete was expecting THROW_NONE as the

Completed in 12 milliseconds