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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable_int.h86 p = p->next_runnable() )
92 for ( sc_thread_handle p = m_threads_push_head->next_runnable();
93 p != SC_NO_THREADS; p = p->next_runnable() )
167 return m_methods_push_head->next_runnable() == SC_NO_METHODS &&
169 m_threads_push_head->next_runnable() == SC_NO_THREADS &&
194 // assert( method_h->next_runnable() == 0 ); // Can't queue twice.
211 // assert( thread_h->next_runnable() == 0 ); // Can't queue twice.
229 // assert( method_h->next_runnable() == 0 ); // Can't queue twice.
231 method_h->set_next_runnable(m_methods_push_head->next_runnable());
254 // assert( thread_h->next_runnable()
[all...]
H A Dsc_method_process.cpp228 if ( next_runnable() == 0 )
284 if ( next_runnable() != 0 )
422 if ( next_runnable() != 0 )
483 if ( next_runnable() == 0 &&
H A Dsc_thread_process.cpp144 if ( thread_h->next_runnable() != 0 )
253 if ( next_runnable() == 0 )
382 if ( next_runnable() == 0 )
543 if ( next_runnable() != 0 )
H A Dsc_method_process.h148 sc_method_handle next_runnable();
283 sc_method_handle sc_method_process::next_runnable() function in class:sc_core::sc_method_process
H A Dsc_simcontext_int.h144 if ( thread_h->next_runnable() != NULL )
H A Dsc_thread_process.h134 sc_thread_handle next_runnable();
432 sc_thread_handle sc_thread_process::next_runnable() function in class:sc_core::sc_thread_process
H A Dsc_simcontext.cpp1415 if ( method_h->next_runnable() != NULL )

Completed in 27 milliseconds