Home | History | Annotate | Download | only in googletest

Lines Matching full:use_fork

957   const bool use_fork = GTEST_FLAG(death_test_use_fork);
959 if (!use_fork) {
974 const bool use_fork = true;
977 if (use_fork && (child_pid = fork()) == 0) {