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

/gem5/src/systemc/tests/systemc/kernel/sc_stop/test03/
H A Dtest03.cpp47 cout << "Creating baker..." << endl;
48 SC_THREAD(baker);
56 void baker() function
58 cout << "baker: " << sc_time_stamp()
/gem5/src/systemc/tests/systemc/kernel/sc_stop/test01/
H A Dtest01.cpp47 cout << "Creating baker..." << endl;
48 SC_THREAD(baker);
64 void baker() function
69 cout << "baker: " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_stop/test02/
H A Dtest02.cpp47 cout << "Creating baker..." << endl;
48 SC_THREAD(baker);
64 void baker() function
69 cout << "baker: " << sc_time_stamp() << endl;

Completed in 5 milliseconds