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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable_int.h137 if ( !m_methods_push_head )
139 m_methods_push_head = new sc_method_process("methods_push_head", true,
141 m_methods_push_head->dont_initialize(true);
142 m_methods_push_head->detach();
144 m_methods_push_tail = m_methods_push_head;
145 m_methods_push_head->set_next_runnable(SC_NO_METHODS);
167 return m_methods_push_head->next_runnable() == SC_NO_METHODS &&
181 return m_methods_push_head && m_threads_push_head;
231 method_h->set_next_runnable(m_methods_push_head->next_runnable());
232 if ( m_methods_push_tail == m_methods_push_head ) // Empt
[all...]
H A Dsc_runnable.h76 sc_method_handle m_methods_push_head; member in class:sc_core::sc_runnable

Completed in 4 milliseconds