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

/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test1/
H A Dtest1.cpp60 SC_CTHREAD( target_cthread0, m_clk.pos() );
74 void target_cthread0();
94 time_stamp(cout) << name << ": enabling target_cthread0" << endl;
119 void top::target_cthread0() function in class:top
122 const char* name = "target_cthread0";
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test2/
H A Dtest2.cpp62 SC_CTHREAD( target_cthread0, m_clk.pos() );
77 void target_cthread0();
146 void top::target_cthread0() function in class:top
148 const char* name = "target_cthread0";
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test1/
H A Dtest1.cpp70 SC_CTHREAD( target_cthread0, m_clk.pos() );
84 void target_cthread0();
104 time_stamp(cout) << name << ": resuming target_cthread0" << endl;
129 void top::target_cthread0() function in class:top
132 const char* name = "target_cthread0";
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test2/
H A Dtest2.cpp75 SC_CTHREAD( target_cthread0, m_clk.pos() );
90 void target_cthread0();
159 void top::target_cthread0() function in class:top
161 const char* name = "target_cthread0";

Completed in 8 milliseconds