Lines Matching refs: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"
736 // The AssumeRole process for a fork-and-run death test. It implements a
737 // straightforward fork, with a simple pipe to transmit the status byte.
749 // When we fork the process below, the log file buffers are copied, but the
753 // This is as close to the fork as possible to avoid a race condition in case
758 const pid_t child_pid = fork();
897 // A threadsafe implementation of fork(2) for threadsafe-style death tests
925 if (use_fork && (child_pid = fork()) == 0) {
934 // The AssumeRole process for a fork-and-exec death test. It re-executes the