Searched refs:use_fork (Results 1 – 8 of 8) sorted by relevance
20 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): argument54 if use_fork:
905 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local907 if (!use_fork) { in ExecDeathTestFork()922 const bool use_fork = true; in ExecDeathTestFork() local925 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
961 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local963 if (!use_fork) { in ExecDeathTestFork()978 const bool use_fork = true; in ExecDeathTestFork() local981 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
958 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local960 if (!use_fork) { in ExecDeathTestFork()975 const bool use_fork = true; in ExecDeathTestFork() local978 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
1056 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local1058 if (!use_fork) { in ExecDeathTestSpawnChild()1073 const bool use_fork = true; in ExecDeathTestSpawnChild() local1076 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
1051 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local1053 if (!use_fork) { in ExecDeathTestSpawnChild()1079 const bool use_fork = true; in ExecDeathTestSpawnChild() local1082 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
6944 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local6946 if (!use_fork) { in ExecDeathTestFork()6961 const bool use_fork = true; in ExecDeathTestFork() local6964 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
7545 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local7547 if (!use_fork) { in ExecDeathTestSpawnChild()7573 const bool use_fork = true; in ExecDeathTestSpawnChild() local7576 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()