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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_fiber.cpp57 static sc_cor_fiber* curr_cor; member in namespace:sc_core
108 assert( curr_cor == 0 );
109 curr_cor = &main_cor;
124 curr_cor = 0;
152 _Unwind_SjLj_Register(&curr_cor->m_eh);
154 curr_cor = new_cor;
168 _Unwind_SjLj_Register(&curr_cor->m_eh);
170 curr_cor = new_cor;
H A Dsc_cor_qt.cpp50 static sc_cor_qt* curr_cor = 0; member in namespace:sc_core
141 assert( curr_cor == 0 );
142 curr_cor = &main_cor;
153 curr_cor = 0;
164 curr_cor = RCAST<sc_cor_qt*>( cor );
200 sc_cor_qt* old_cor = curr_cor;
201 curr_cor = new_cor;
219 sc_cor_qt* old_cor = curr_cor;
220 curr_cor = new_cor;

Completed in 3 milliseconds