Home | History | Annotate | Download | only in src

Lines Matching refs:ExecDeathTestChildMain

903 static int ExecDeathTestChildMain(void* child_arg) {
973 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
982 ExecDeathTestChildMain(&args);