Lines Matching refs:fork
6285 "Instructs to use fork()/_exit() instead of clone() in death tests. "
6286 "Ignored and always uses fork() on POSIX systems where clone() is not "
6378 msg << "Death tests use fork(), which is unsafe particularly"
6981 // The AssumeRole process for a fork-and-run death test. It implements a
6982 // straightforward fork, with a simple pipe to transmit the status byte.
6994 // When we fork the process below, the log file buffers are copied, but the
6998 // This is as close to the fork as possible to avoid a race condition in case
7003 const pid_t child_pid = fork();
7147 // A threadsafe implementation of fork(2) for threadsafe-style death tests
7175 if (use_fork && (child_pid = fork()) == 0) {
7184 // The AssumeRole process for a fork-and-exec death test. It re-executes the