Home | History | Annotate | Download | only in gtest

Lines Matching refs:ExecDeathTestChildMain

7438 static int ExecDeathTestChildMain(void* child_arg) {
7568 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
7577 ExecDeathTestChildMain(&args);