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

/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp142 sc_spawn(sc_bind(&Prim::Th, this, 1)),
143 sc_spawn(sc_bind(&Prim::Th, this, 2))
151 void Th(int i) function in struct:Prim
153 cout << "Th::i=" << i << endl;

Completed in 5 milliseconds