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

/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test02/
H A Dtest02.cpp57 void function_thread(double d) function
61 << ": function_thread sees " << d << endl;
157 cout << endl << sc_time_stamp() << ": sc_main, Before spawning function_thread " << endl;
158 sc_process_handle h4 = sc_spawn(sc_bind(&function_thread, 6.789));

Completed in 4 milliseconds