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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp78 t = sc_spawn(sc_bind(&Top::child_thread, this, index++, 3));
125 void child_thread(int i, int level) function in struct:Top
127 //cout << "child_thread " << i << " at level " << level << " called at " << sc_time_stamp() << endl;
130 sc_spawn(sc_bind(&Top::child_thread, this, index++, level-1));
144 //cout << "child_thread " << i << " at level " << level << " awoke at " << sc_time_stamp() << endl;
153 //cout << "child_thread " << i << " at level " << level << " caught at " << sc_time_stamp() << endl;
169 sc_spawn(sc_bind(&Top::child_thread, this, index++, level-1));

Completed in 4 milliseconds