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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_fiber.cpp149 sc_cor_fiber* new_cor = SCAST<sc_cor_fiber*>( next_cor ); local
153 _Unwind_SjLj_Unregister(&new_cor->m_eh);
154 curr_cor = new_cor;
156 SwitchToFiber( new_cor->m_fiber );
165 sc_cor_fiber* new_cor = SCAST<sc_cor_fiber*>( next_cor ); local
169 _Unwind_SjLj_Unregister(&new_cor->m_eh);
170 curr_cor = new_cor;
172 SwitchToFiber( new_cor->m_fiber );
H A Dsc_cor_qt.cpp199 sc_cor_qt* new_cor = SCAST<sc_cor_qt*>( next_cor ); local
201 curr_cor = new_cor;
202 QUICKTHREADS_BLOCK( sc_cor_qt_yieldhelp, old_cor, 0, new_cor->m_sp );
218 sc_cor_qt* new_cor = SCAST<sc_cor_qt*>( next_cor ); local
220 curr_cor = new_cor;
221 QUICKTHREADS_ABORT( sc_cor_qt_aborthelp, old_cor, 0, new_cor->m_sp );

Completed in 3 milliseconds