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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_pthread.cpp267 sc_cor_pthread* n_p = (sc_cor_pthread*)next_cor_p; local
269 DEBUGF << active_cor_p << ": aborting, switching to " << n_p << std::endl;
270 pthread_mutex_lock( &n_p->m_mutex );
271 pthread_cond_signal( &n_p->m_pt_condition );
272 pthread_mutex_unlock( &n_p->m_mutex );

Completed in 3 milliseconds