Searched refs:fork (Results 1 - 10 of 10) sorted by relevance

/gem5/util/statetrace/base/
H A Dtracechild.cc46 pid = fork();
48 cout << "fork failed" << endl;
/gem5/src/python/m5/
H A Dsimulate.py323 def fork(simout="%(parent)s.f%(fork_seq)i"): function
329 the parent with the suffix ".fN" added where N is the fork
348 raise RuntimeError("Can not fork a simulator with listeners enabled")
353 pid = os.fork()
358 # In child, notify objects of the fork
/gem5/util/batch/
H A Dbatch.py65 self.pid = os.fork()
H A Djob.py207 childpid = os.fork()
/gem5/util/pbs/
H A Dpbs.py65 self.pid = os.fork()
H A Djob.py202 childpid = os.fork()
/gem5/util/tap/
H A Dtap.cc370 switch(fork()) {
/gem5/src/dev/virtio/
H A Dfs9p.cc382 diod_pid = fork();
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc98 "Instructs to use fork()/_exit() instead of clone() in death tests. "
99 "Ignored and always uses fork() on POSIX systems where clone() is not "
230 msg << "Death tests use fork(), which is unsafe particularly"
831 // The AssumeRole process for a fork-and-run death test. It implements a
832 // straightforward fork, with a simple pipe to transmit the status byte.
844 // When we fork the process below, the log file buffers are copied, but the
848 // This is as close to the fork as possible to avoid a race condition in case
853 const pid_t child_pid = fork();
1015 // implementation uses fork(2) + exec. On systems where clone(2) is
1017 // fork support
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc230 pid_t child_pid = fork();
245 pid_t child_pid = fork();

Completed in 14 milliseconds