| 1502 | } |
| 1503 | |
| 1504 | static int child_is_ready_for_cleanup(const struct parallel_child *pp_child) |
| 1505 | { |
| 1506 | return child_is_working(pp_child) && !pp_child->process.in; |
| 1507 | } |
| 1508 | |
| 1509 | static int child_is_receiving_input(const struct parallel_child *pp_child) |
| 1510 | { |
no test coverage detected