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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable_int.h144 m_methods_push_tail = m_methods_push_head;
197 m_methods_push_tail->set_next_runnable(method_h);
198 m_methods_push_tail = method_h;
232 if ( m_methods_push_tail == m_methods_push_head ) // Empty queue.
234 m_methods_push_tail->set_next_runnable(method_h);
235 m_methods_push_tail = method_h;
344 if (now_p == m_methods_push_tail) {
345 m_methods_push_tail = prior_p;
437 m_methods_push_head(0), m_methods_push_tail(0), m_methods_pop(SC_NO_METHODS),
465 m_methods_push_tail
[all...]
H A Dsc_runnable.h77 sc_method_handle m_methods_push_tail; member in class:sc_core::sc_runnable

Completed in 6 milliseconds