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

/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test1/
H A Dtest1.cpp63 SC_METHOD(target_method0);
75 void target_method0();
101 time_stamp(cout) << name << ": enabling target_method0" << endl;
141 void top::target_method0() function in class:top
143 const char* name = "target_method0";
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test2/
H A Dtest2.cpp65 SC_METHOD(target_method0);
78 void target_method0();
166 void top::target_method0() function in class:top
168 const char* name = "target_method0";
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test1/
H A Dtest1.cpp73 SC_METHOD(target_method0);
85 void target_method0();
111 time_stamp(cout) << name << ": resuming target_method0" << endl;
151 void top::target_method0() function in class:top
153 const char* name = "target_method0";
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test2/
H A Dtest2.cpp78 SC_METHOD(target_method0);
91 void target_method0();
179 void top::target_method0() function in class:top
181 const char* name = "target_method0";

Completed in 7 milliseconds