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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_pthread.cpp175 sc_cor_pthread* cor_p = new sc_cor_pthread; local
177 << cor_p << ")" << std::endl;
182 cor_p->m_pkg_p = this;
183 cor_p->m_cor_fn = fn;
184 cor_p->m_cor_fn_arg = arg;
214 << cor_p << std::endl;
215 if ( pthread_create( &cor_p->m_thread, &attr,
216 &sc_cor_pthread::invoke_module_method, (void*)cor_p ) )
222 << cor_p << std::endl;
225 << cor_p << end
[all...]
H A Dsc_thread_process.h214 sc_cor* cor_p = simc_p->next_cor(); local
218 if( m_cor_p != cor_p )
221 simc_p->cor_pkg()->yield( cor_p );

Completed in 4 milliseconds