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

/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test1/
H A Dtest1.cpp40 ST_NORMAL, enumerator in enum:my_process_states
54 m_state_cthread0(ST_NORMAL),
55 m_state_method0(ST_NORMAL),
56 m_state_thread0(ST_NORMAL)
96 m_state_cthread0 = ST_NORMAL;
103 m_state_method0 = ST_NORMAL;
110 m_state_thread0 = ST_NORMAL;
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test1/
H A Dtest1.cpp50 ST_NORMAL, enumerator in enum:my_process_states
64 m_state_cthread0(ST_NORMAL),
65 m_state_method0(ST_NORMAL),
66 m_state_thread0(ST_NORMAL)
106 m_state_cthread0 = ST_NORMAL;
113 m_state_method0 = ST_NORMAL;
120 m_state_thread0 = ST_NORMAL;
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test2/
H A Dtest2.cpp41 ST_NORMAL, enumerator in enum:my_process_states
56 m_state_cthread0 = ST_NORMAL;
57 m_state_method0 = ST_NORMAL;
58 m_state_thread0 = ST_NORMAL;
102 m_state_##TARGET = ST_NORMAL; \
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test2/
H A Dtest2.cpp54 ST_NORMAL, enumerator in enum:my_process_states
69 m_state_cthread0 = ST_NORMAL;
70 m_state_method0 = ST_NORMAL;
71 m_state_thread0 = ST_NORMAL;
115 m_state_##TARGET = ST_NORMAL; \

Completed in 16 milliseconds