Home | History | Annotate | Download | only in src

Lines Matching refs:ExecDeathTestChildMain

944 static int ExecDeathTestChildMain(void* child_arg) {
1074 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
1083 ExecDeathTestChildMain(&args);