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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/child_proc_control/
H A Dchild_proc_control.cpp133 h = sc_spawn(sc_bind(&Top::child_proc, this, proc_count++, level));
140 void child_proc(int i, int level) function in struct:Top
151 h = sc_spawn(sc_bind(&Top::child_proc, this, proc_count++, level-1));

Completed in 4 milliseconds