Searched refs:m_cor_p (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_thread_process.cpp330 m_cor_p = simcontext()->cor_pkg()->create( m_stack_size,
332 m_cor_p->stack_protect( true );
400 m_cor_p(0), m_monitor_q(), m_stack_size(SC_DEFAULT_STACK_SIZE),
472 if( m_cor_p != 0 ) {
473 m_cor_p->stack_protect( false );
474 delete m_cor_p;
475 m_cor_p = 0;
H A Dsc_thread_process.h167 sc_cor* m_cor_p; // Thread's coroutine. member in class:sc_core::sc_thread_process
218 if( m_cor_p != cor_p )
440 return thread_p->m_cor_p;
H A Dsc_simcontext_int.h176 m_cor_pkg->yield( thread_h->m_cor_p );
H A Dsc_simcontext.cpp535 if ( thread_h->m_cor_p != NULL ) break;
541 m_cor_pkg->yield( thread_h->m_cor_p );
1254 if ( thread_h->m_cor_p != NULL ) break;
1259 return thread_h->m_cor_p;

Completed in 17 milliseconds