Searched refs:ExecDeathTestChildMain (Results 1 – 1 of 1) sorted by relevance
7438 static int ExecDeathTestChildMain(void* child_arg) { in ExecDeathTestChildMain() function7568 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestSpawnChild()7577 ExecDeathTestChildMain(&args); in ExecDeathTestSpawnChild()