Home | History | Annotate | Download | only in gtest

Lines Matching refs:use_fork

6944   const bool use_fork = GTEST_FLAG(death_test_use_fork);
6946 if (!use_fork) {
6961 const bool use_fork = true;
6964 if (use_fork && (child_pid = fork()) == 0) {