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

/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test01/
H A Dtest01.cpp60 int ref_function(const double& d) function
63 << ": ref_function sees " << d << endl;
133 wait( sc_spawn(&r, sc_bind(&ref_function, sc_cref(d))).terminated_event() );
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_spawn_options/test01/
H A Dtest01.cpp58 int ref_function(const double& d) function
60 cout << endl << "ref_function sees " << d << endl;

Completed in 3 milliseconds