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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable_int.h109 method_h->set_next_runnable( m_methods_pop );
123 thread_h->set_next_runnable( m_threads_pop );
145 m_methods_push_head->set_next_runnable(SC_NO_METHODS);
155 m_threads_push_head->set_next_runnable(SC_NO_THREADS);
196 method_h->set_next_runnable(SC_NO_METHODS);
197 m_methods_push_tail->set_next_runnable(method_h);
213 thread_h->set_next_runnable(SC_NO_THREADS);
214 m_threads_push_tail->set_next_runnable(thread_h);
231 method_h->set_next_runnable(m_methods_push_head->next_runnable());
234 m_methods_push_tail->set_next_runnable(method_
[all...]
H A Dsc_method_process.h160 void set_next_runnable( sc_method_handle next_p );
277 void sc_method_process::set_next_runnable(sc_method_handle next_p) function in class:sc_core::sc_method_process
H A Dsc_thread_process.h139 void set_next_runnable( sc_thread_handle next_p );
426 void sc_thread_process::set_next_runnable(sc_thread_handle next_p) function in class:sc_core::sc_thread_process

Completed in 9 milliseconds