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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.h279 m_runnable_p = next_p;
285 return (sc_method_handle)m_runnable_p;
H A Dsc_process.h431 sc_process_b* m_runnable_p; // sc_runnable link member in class:sc_core::sc_process_b
515 // by a non-zero m_runnable_p field.
519 return m_runnable_p != 0;
H A Dsc_thread_process.h428 m_runnable_p = next_p;
434 return (sc_thread_handle)m_runnable_p;
H A Dsc_process.cpp566 m_runnable_p(0),

Completed in 14 milliseconds