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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp128 sc_thread_handle m_thread_q; // Queue of existing thread processes. member in class:sc_core::sc_process_table
134 sc_process_table::sc_process_table() : m_method_q(0), m_thread_q(0)
149 if ( m_thread_q )
173 for( thread_now_p=m_thread_q; thread_now_p; thread_now_p=thread_next_p )
200 handle_->set_next_exist(m_thread_q);
201 m_thread_q = handle_;
232 for ( now_p = m_thread_q; now_p; now_p = now_p->next_exist() )
239 m_thread_q = now_p->next_exist();
250 return m_thread_q;

Completed in 14 milliseconds