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

/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test05/
H A Dtest05.cpp48 cout << "spawn thetest" << endl;
49 sc_spawn(sc_bind(&mod::thetest, this));
51 void thetest() function
53 cout << "in thetest()" << endl;

Completed in 4 milliseconds