Home | History | Annotate | Download | only in src

Lines Matching full:use_fork

905   const bool use_fork = GTEST_FLAG(death_test_use_fork);
907 if (!use_fork) {
922 const bool use_fork = true;
925 if (use_fork && (child_pid = fork()) == 0) {