Lines Matching defs:children

165 // This virtual method suspends this process and its children if requested to.
166 // descendants = indicator of whether this process' children should also
177 const std::vector<sc_object*>& children = get_child_objects();
178 int child_n = children.size();
182 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);
235 const std::vector<sc_object*>& children = get_child_objects();
236 int child_n = children.size();
240 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);
280 const std::vector<sc_object*> children = get_child_objects();
281 int child_n = children.size();
285 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);
353 const std::vector<sc_object*>& children = get_child_objects();
354 int child_n = children.size();
358 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);
498 // This virtual method suspends this process and its children if requested to.
499 // descendants = indicator of whether this process' children should also
510 const std::vector<sc_object*>& children = get_child_objects();
511 int child_n = children.size();
515 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);
612 // If requested it will also throw the exception to the children of this
616 // the front of the simulator's runnable queue and then the children will
619 // descendants = indicator of whether this process' children should also
637 const std::vector<sc_object*> children = get_child_objects();
638 int child_n = children.size();
642 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);