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

/gem5/src/systemc/tests/systemc/kernel/sc_sensitive/test04/
H A Dtest04.cpp7 SC_THREAD(able);
11 void able() function
17 cout << "able: " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_stop/test03/
H A Dtest03.cpp44 cout << "Creating able..." << endl;
45 SC_THREAD(able);
51 void able() function
54 cout << "able: " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_stop/test01/
H A Dtest01.cpp44 cout << "Creating able..." << endl;
45 SC_THREAD(able);
55 void able() function
60 cout << "able: " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_stop/test02/
H A Dtest02.cpp44 cout << "Creating able..." << endl;
45 SC_THREAD(able);
55 void able() function
60 cout << "able: " << sc_time_stamp() << endl;

Completed in 6 milliseconds