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

/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test03/
H A Dtest03.cpp47 int function_method(double d) function
51 << ": function_method sees " << d << endl;
71 cout << endl << sc_time_stamp() << ": static_method, Before spawning function_method " << endl;
76 sc_process_handle h4 = sc_spawn(&r, sc_bind(&function_method, 1.2345), "event_sensitive_method", &o1);
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test02/
H A Dtest02.cpp49 int function_method(double d) function
53 << ": function_method sees " << d << endl;
82 cout << endl << sc_time_stamp() << ": CTOR, Before spawning function_method " << endl;
87 sc_process_handle h4 = sc_spawn(&r, sc_bind(&function_method, 1.2345), "event_sensitive_method", &o1);

Completed in 5 milliseconds