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

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc852 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
917 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
926 ExecDeathTestChildMain(&args);
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc944 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
1076 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
1085 ExecDeathTestChildMain(&args);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc900 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
970 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
979 ExecDeathTestChildMain(&args);
/external/gtest/src/
H A Dgtest-death-test.cc944 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
1074 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
1083 ExecDeathTestChildMain(&args);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc902 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
972 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
981 ExecDeathTestChildMain(&args);
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc900 static int ExecDeathTestChildMain(void* child_arg) { function in namespace:testing::internal
970 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
979 ExecDeathTestChildMain(&args);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7438 static int ExecDeathTestChildMain(void* child_arg) {
7568 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
7577 ExecDeathTestChildMain(&args);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7438 static int ExecDeathTestChildMain(void* child_arg) {
7568 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
7577 ExecDeathTestChildMain(&args);

Completed in 223 milliseconds