Home | History | Annotate | Download | only in test

Lines Matching full:child_pid

227   pid_t child_pid = fork();
228 if (child_pid == 0) {
232 waitpid(child_pid, &status, 0);
242 pid_t child_pid = fork();
243 if (child_pid == 0) {
248 waitpid(child_pid, &status, 0);