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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_pthread.cpp60 static sc_cor_pthread* active_cor_p=0; // Active co-routine. member in namespace:sc_core
124 active_cor_p = p;
126 << active_cor_p << std::endl;
152 assert( active_cor_p == 0 );
155 active_cor_p = &main_cor;
243 sc_cor_pthread* from_p = active_cor_p;
257 active_cor_p = from_p; // When we come out of wait make ourselves active.
269 DEBUGF << active_cor_p << ": aborting, switching to " << n_p << std::endl;

Completed in 4 milliseconds