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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.h159 void set_next_exist( sc_method_handle next_p );
264 void sc_method_process::set_next_exist(sc_method_handle next_p) function in class:sc_core::sc_method_process
H A Dsc_thread_process.h138 void set_next_exist( sc_thread_handle next_p );
414 void sc_thread_process::set_next_exist(sc_thread_handle next_p) function in class:sc_core::sc_thread_process
H A Dsc_simcontext.cpp192 handle_->set_next_exist(m_method_q);
200 handle_->set_next_exist(m_thread_q);
216 prior_p->set_next_exist( now_p->next_exist() );
237 prior_p->set_next_exist( now_p->next_exist() );

Completed in 14 milliseconds