Searched refs:use_fork (Results 1 – 9 of 9) sorted by relevance
1069 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local1071 if (!use_fork) { in ExecDeathTestSpawnChild()1097 const bool use_fork = true; in ExecDeathTestSpawnChild() local1100 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
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()
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()
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()
1285 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local1287 if (!use_fork) { in ExecDeathTestSpawnChild()1313 const bool use_fork = true; in ExecDeathTestSpawnChild() local1316 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
1345 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local1347 if (!use_fork) { in ExecDeathTestSpawnChild()1373 const bool use_fork = true; in ExecDeathTestSpawnChild() local1376 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
7903 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local7905 if (!use_fork) { in ExecDeathTestSpawnChild()7931 const bool use_fork = true; in ExecDeathTestSpawnChild() local7934 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()