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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext_int.h176 m_cor_pkg->yield( thread_h->m_cor_p );
H A Dsc_simcontext.cpp404 m_cor_pkg = 0;
434 delete m_cor_pkg;
453 m_cor_pkg(0), m_cor(0)
541 m_cor_pkg->yield( thread_h->m_cor_p );
733 m_cor_pkg = new sc_cor_pkg_t( this );
734 m_cor = m_cor_pkg->get_main();
H A Dsc_simcontext.h254 { return m_cor_pkg; }
363 sc_cor_pkg* m_cor_pkg; // the simcontext's coroutine package member in class:sc_core::sc_simcontext

Completed in 19 milliseconds