Lines Matching defs:child
343 // child process
348 fprintf(stderr, "in child: %s\n", dlerror());
472 pid_t child = fork();
473 if (child == 0) {
474 // close the 'wrong' ends of the pipes in the child
486 fprintf(stderr, "in child: %s\n", dlerror());
498 ASSERT_NOERROR(child);
504 // wait for the child to be done
508 // save the child's pid and the parent_done_pipe
509 childpid[i] = child;