Searched refs:my_print (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop1/
H A Dnew_prop1.cpp45 void my_print(const char*);
47 void async0() { my_print("async0"); }
48 void async1() { my_print("async1"); }
49 void async2() { my_print("async2"); }
50 void async3() { my_print("async3"); }
52 void aproc0() { wait(); while (1) { my_print("aproc0"); wait(); } }
53 void aproc1() { wait(); while (1) { my_print("aproc1"); wait(); } }
54 void aproc2() { wait(); while (1) { my_print("aproc2"); wait(); } }
55 void aproc3() { wait(); while (1) { my_print("aproc3"); wait(); } }
110 new_prop::my_print(cons function in class:new_prop
[all...]
/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop2/
H A Dnew_prop2.cpp45 void my_print(const char*);
47 void async0() { my_print("async0"); }
48 void async1() { my_print("async1"); }
49 void async2() { my_print("async2"); }
50 void async3() { my_print("async3"); }
52 void aproc0() { wait(); while (1) { my_print("aproc0"); wait(); } }
53 void aproc1() { wait(); while (1) { my_print("aproc1"); wait(); } }
54 void aproc2() { wait(); while (1) { my_print("aproc2"); wait(); } }
55 void aproc3() { wait(); while (1) { my_print("aproc3"); wait(); } }
110 new_prop::my_print(cons function in class:new_prop
[all...]
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/inlining/
H A Dinlining.cpp45 #define my_print(a) cout << #a << " my print " << a << endl macro
82 my_print(tmp1);
83 my_print(tmp2);

Completed in 5 milliseconds