Searched refs:print_func (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop1/
H A Dnew_prop1.cpp40 static int (*print_func)(const char*, ...); variable
112 (*print_func)("%s executed on:\n", p);
115 (*print_func)("\tposedge i[%d]\n", j);
118 (*print_func)("\tnegedge i[%d]\n", j);
144 print_func = &dont_print;
147 print_func = &printf;
/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop2/
H A Dnew_prop2.cpp40 static int (*print_func)(const char*, ...); variable
112 (*print_func)("%s executed on:\n", p);
115 (*print_func)("\tposedge i[%d]\n", j);
118 (*print_func)("\tnegedge i[%d]\n", j);
145 print_func = &dont_print;
148 print_func = &printf;

Completed in 5 milliseconds