Lines Matching full:fork
88 "Instructs to use fork()/_exit() instead of clone() in death tests. "
89 "Ignored and always uses fork() on POSIX systems where clone() is not "
172 msg << "Death tests use fork(), which is unsafe particularly"
877 // The AssumeRole process for a fork-and-run death test. It implements a
878 // straightforward fork
890 // When we fork the process below, the log file buffers are copied, but the
894 // This is as close to the fork as possible to avoid a race condition in case
899 const pid_t child_pid = fork();
1037 // A threadsafe implementation of fork(2) for threadsafe-style death tests
1065 if (use_fork && (child_pid = fork()) == 0) {
1074 // The AssumeRole process for a fork-and-exec death test. It re-executes the