Home
last modified time | relevance | path

Searched refs:use_fork (Results 1 – 8 of 8) sorted by relevance

/external/lldb/test/functionalities/thread/create_after_attach/
DTestCreateAfterAttach.py20 self.create_after_attach(use_fork=False)
30 self.create_after_attach(use_fork=False)
38 self.create_after_attach(use_fork=True)
48 def create_after_attach(self, use_fork): argument
54 if use_fork:
/external/protobuf/gtest/src/
Dgtest-death-test.cc905 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local
907 if (!use_fork) { in ExecDeathTestFork()
922 const bool use_fork = true; in ExecDeathTestFork() local
925 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc961 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local
963 if (!use_fork) { in ExecDeathTestFork()
978 const bool use_fork = true; in ExecDeathTestFork() local
981 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc958 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local
960 if (!use_fork) { in ExecDeathTestFork()
975 const bool use_fork = true; in ExecDeathTestFork() local
978 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc1056 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
1058 if (!use_fork) { in ExecDeathTestSpawnChild()
1073 const bool use_fork = true; in ExecDeathTestSpawnChild() local
1076 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
/external/gtest/src/
Dgtest-death-test.cc1051 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
1053 if (!use_fork) { in ExecDeathTestSpawnChild()
1079 const bool use_fork = true; in ExecDeathTestSpawnChild() local
1082 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc6944 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local
6946 if (!use_fork) { in ExecDeathTestFork()
6961 const bool use_fork = true; in ExecDeathTestFork() local
6964 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc7545 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
7547 if (!use_fork) { in ExecDeathTestSpawnChild()
7573 const bool use_fork = true; in ExecDeathTestSpawnChild() local
7576 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()