Home | History | Annotate | Download | only in src

Lines Matching refs:use_fork

1051   const bool use_fork = GTEST_FLAG(death_test_use_fork);
1053 if (!use_fork) {
1079 const bool use_fork = true;
1082 if (use_fork && (child_pid = fork()) == 0) {