Home | History | Annotate | Download | only in src

Lines Matching refs:ExecDeathTestChildMain

852 static int ExecDeathTestChildMain(void* child_arg) {
917 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
926 ExecDeathTestChildMain(&args);