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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp79 m = sc_spawn(sc_bind(&Top::child_method, this, index++, 3), "m", &opt);
131 sc_spawn(sc_bind(&Top::child_method, this, index++, level-1), "h", &opt);
164 void child_method(int i, int level) function in struct:Top
166 //cout << "child_method " << i << " at level " << level << " at " << sc_time_stamp() << endl;
170 sc_spawn(sc_bind(&Top::child_method, this, index++, level-1), "m", &opt);

Completed in 4 milliseconds