Searched refs:ExecDeathTestChildMain (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc960 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
1092 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
1101 ExecDeathTestChildMain(&args);

Completed in 8 milliseconds