Searched refs:m_throw_status (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.cpp432 if ( (m_throw_status == THROW_SYNC_RESET ||
433 m_throw_status == THROW_ASYNC_RESET) &&
436 m_throw_status = THROW_NONE;
574 m_throw_status( THROW_NONE ),
H A Dsc_method_process.cpp70 switch( m_throw_status )
288 m_throw_status = THROW_KILL;
531 m_throw_status = async ? THROW_ASYNC_RESET : THROW_SYNC_RESET;
538 m_throw_status = THROW_ASYNC_RESET;
597 m_throw_status = THROW_USER;
H A Dsc_process.h439 process_throw_type m_throw_status; // exception throwing status member in class:sc_core::sc_process_b
544 switch( m_throw_status )
654 ( (m_throw_status == THROW_SYNC_RESET) ||
655 (m_throw_status == THROW_ASYNC_RESET) )
662 m_throw_status = m_active_areset_n ? THROW_ASYNC_RESET :
H A Dsc_thread_process.h232 if ( m_throw_status == THROW_NONE ) return;
236 switch( m_throw_status )
246 m_throw_status = m_active_areset_n ? THROW_ASYNC_RESET :
H A Dsc_thread_process.cpp308 m_throw_status = THROW_KILL;
579 m_throw_status = async ? THROW_ASYNC_RESET : THROW_SYNC_RESET;
666 m_throw_status = THROW_USER;

Completed in 18 milliseconds