Home
last modified time | relevance | path

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

/external/protobuf/gtest/src/
Dgtest-death-test.cc852 static int ExecDeathTestChildMain(void* child_arg) { in ExecDeathTestChildMain() function
917 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestFork()
926 ExecDeathTestChildMain(&args); in ExecDeathTestFork()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest-death-test.cc547 static int ExecDeathTestChildMain(void* child_arg) { in ExecDeathTestChildMain() function
582 const pid_t child_pid = clone(&ExecDeathTestChildMain, stack_top, in ExecDeathTestFork()
/external/llvm/utils/unittest/googletest/
Dgtest-death-test.cc899 static int ExecDeathTestChildMain(void* child_arg) { in ExecDeathTestChildMain() function
969 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestFork()
978 ExecDeathTestChildMain(&args); in ExecDeathTestFork()
/external/gtest/src/
Dgtest-death-test.cc900 static int ExecDeathTestChildMain(void* child_arg) { in ExecDeathTestChildMain() function
970 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestFork()
979 ExecDeathTestChildMain(&args); in ExecDeathTestFork()
/external/chromium/testing/gtest/src/
Dgtest-death-test.cc900 static int ExecDeathTestChildMain(void* child_arg) { in ExecDeathTestChildMain() function
965 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestFork()
974 ExecDeathTestChildMain(&args); in ExecDeathTestFork()