Lines Matching defs:child
635 * if early_kill == 0, parent access the shared page hwpoisoned by child, and
636 * if early_kill == 1, parent will be killed by SIGBUS from child.
707 /* waiting for SIGBUS from child */
709 printf("XXX timeout: child process does not send signal\n");
716 * check child termination status
717 * late kill : child should exit
718 * suicide version : child should be killed by signal
719 * early kill : child should be killed by signal
776 printf("XXX child process was terminated unexpectedly\n");
923 printf("---- testing %s in child\n", t->name);
924 pid_t child = fork();
925 if (child == 0) {
935 if (waitid(P_PID, child, &sig, WEXITED) < 0)
940 printf("XXX: %s: child not survived\n", t->name);
945 printf("XXX: %s: child not killed by SIGBUS\n", t->name);