Home | History | Annotate | Download | only in src

Lines Matching full:use_fork

958   const bool use_fork = GTEST_FLAG(death_test_use_fork);
960 if (!use_fork) {
975 const bool use_fork = true;
978 if (use_fork && (child_pid = fork()) == 0) {