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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc1069 const bool use_fork = GTEST_FLAG(death_test_use_fork); local in function:testing::internal::ExecDeathTestSpawnChild
1071 if (!use_fork) {
1097 const bool use_fork = true; local in function:testing::internal::ExecDeathTestSpawnChild
1100 if (use_fork && (child_pid = fork()) == 0) {
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc1363 const bool use_fork = GTEST_FLAG(death_test_use_fork); local in function:testing::internal::ExecDeathTestSpawnChild
1365 if (!use_fork) {
1392 const bool use_fork = true; local in function:testing::internal::ExecDeathTestSpawnChild
1395 if (use_fork && (child_pid = fork()) == 0) {

Completed in 9 milliseconds