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

/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test1/
H A Dtest1.cpp54 m_state_cthread0(ST_NORMAL),
81 int m_state_cthread0; local
96 m_state_cthread0 = ST_NORMAL;
126 m_state_cthread0 = ST_DISABLED;
133 if ( m_state_cthread0 == ST_DISABLED )
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test1/
H A Dtest1.cpp64 m_state_cthread0(ST_NORMAL),
91 int m_state_cthread0; local
106 m_state_cthread0 = ST_NORMAL;
137 m_state_cthread0 = ST_SUSPENDED;
142 if ( m_state_cthread0 == ST_SUSPENDED )
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test2/
H A Dtest2.cpp56 m_state_cthread0 = ST_NORMAL;
84 sc_signal<int> m_state_cthread0; local
154 if ( m_state_cthread0 == ST_DISABLED )
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test2/
H A Dtest2.cpp69 m_state_cthread0 = ST_NORMAL;
97 int m_state_cthread0; local
167 if ( m_state_cthread0 == ST_SUSPENDD )

Completed in 7 milliseconds