child_worker
int child_worker(int (*)(void *), void *, int *);
if (child_worker(wait_twoproc_child, NULL, &stat) < 0) {