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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable_int.h85 for ( sc_thread_handle p = m_threads_pop; p != SC_NO_THREADS;
117 // This is done by pushing it onto the front of the m_threads_pop.
123 thread_h->set_next_runnable( m_threads_pop );
124 m_threads_pop = thread_h;
147 m_threads_pop = SC_NO_THREADS;
170 m_threads_pop == SC_NO_THREADS;
303 result_p = m_threads_pop;
306 m_threads_pop = result_p->next_runnable();
414 for ( now_p = m_threads_pop; now_p != SC_NO_THREADS;
422 m_threads_pop
[all...]
H A Dsc_runnable.h81 sc_thread_handle m_threads_pop; member in class:sc_core::sc_runnable

Completed in 6 milliseconds