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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable_int.h156 m_threads_push_tail = m_threads_push_head;
214 m_threads_push_tail->set_next_runnable(thread_h);
215 m_threads_push_tail = thread_h;
257 if ( m_threads_push_tail == m_threads_push_head ) // Empty queue.
259 m_threads_push_tail->set_next_runnable(thread_h);
260 m_threads_push_tail = thread_h;
401 if (now_p == m_threads_push_tail) {
402 m_threads_push_tail = prior_p;
438 m_threads_push_head(0), m_threads_push_tail(0), m_threads_pop(SC_NO_THREADS)
482 m_threads_push_tail
[all...]
H A Dsc_runnable.h80 sc_thread_handle m_threads_push_tail; member in class:sc_core::sc_runnable

Completed in 6 milliseconds