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

/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test1/
H A Dtest1.cpp67 SC_THREAD(target_thread0);
76 void target_thread0();
108 time_stamp(cout) << name << ": enabling target_thread0" << endl;
168 void top::target_thread0() function in class:top
170 const char* name = "target_thread0";
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test2/
H A Dtest2.cpp69 SC_THREAD(target_thread0);
79 void target_thread0();
192 void top::target_thread0() function in class:top
194 const char* name = "target_thread0";
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test1/
H A Dtest1.cpp77 SC_THREAD(target_thread0);
86 void target_thread0();
118 time_stamp(cout) << name << ": resuming target_thread0" << endl;
181 void top::target_thread0() function in class:top
183 const char* name = "target_thread0";
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test2/
H A Dtest2.cpp82 SC_THREAD(target_thread0);
92 void target_thread0();
205 void top::target_thread0() function in class:top
207 const char* name = "target_thread0";

Completed in 8 milliseconds