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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable_int.h72 #define SC_NO_THREADS ((sc_thread_handle)0xdb) macro
85 for ( sc_thread_handle p = m_threads_pop; p != SC_NO_THREADS;
93 p != SC_NO_THREADS; p = p->next_runnable() )
147 m_threads_pop = SC_NO_THREADS;
155 m_threads_push_head->set_next_runnable(SC_NO_THREADS);
169 m_threads_push_head->next_runnable() == SC_NO_THREADS &&
170 m_threads_pop == SC_NO_THREADS;
213 thread_h->set_next_runnable(SC_NO_THREADS);
304 if ( result_p != SC_NO_THREADS )
395 for ( now_p = m_threads_push_head; now_p != SC_NO_THREADS;
487 #undef SC_NO_THREADS macro
[all...]

Completed in 9 milliseconds