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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp57 given_birth = new bool[n];
68 given_birth[i] = false;
89 bool *given_birth; member in struct:Top
128 if (level > 0 && !given_birth[i])
132 given_birth[i] = true;
167 if (level > 0 && !given_birth[i])
171 given_birth[i] = true;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/child_proc_control/
H A Dchild_proc_control.cpp53 given_birth = new bool[n];
64 given_birth[i] = false;
73 bool *given_birth; member in struct:Top
144 if ( !given_birth[i] )
154 given_birth[i] = true;

Completed in 3 milliseconds