Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc1363 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
1365 if (!use_fork) { in ExecDeathTestSpawnChild()
1392 const bool use_fork = true; in ExecDeathTestSpawnChild() local
1395 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()