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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.c40 if (fork() == 0)
H A Dtst.fork.ksh62 if (fork() == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DStubFunctions.c56 fork (void) function
/vbox/src/VBox/Runtime/testcase/
H A DtstFork.cpp3 * IPRT Testcase - fork() issues.
59 * Get values that are supposed to or change across the fork.
66 pid_t pid = fork();
98 RTTestFailed(hTest, "fork() failed: %d - %s", errno, strerror(errno));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c121 if ((child = fork()) == 0)
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDaemonize.cpp145 * - fork once and create a new session (setsid). This will detach us
154 * fork() once more on Linux to get rid of the session leadership role.
163 pid_t pid = fork();
212 * And fork again to lose session leader status (non-standard daemon()
215 pid = fork();
224 /* We implement re-spawning as a third fork(), with the parent process
234 pid = fork();
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dprocess.c48 * Spawn (i.e. fork/exec) a new process.
79 if ((pid = fork()) == 0)
/vbox/src/VBox/VMM/testcase/
H A DtstVMMFork.cpp58 "command Command to run under child process in fork.\n"
91 pid_t pid = fork();
94 /* Bad. fork() failed! */
95 RTPrintf(TESTCASE ": error: fork() failed.\n");
133 RTPrintf(TESTCASE ": fork() returned fine.\n");
134 RTPrintf(TESTCASE ": testing VM after fork.\n");
142 RTPrintf(TESTCASE ": error: %d error(s) during fork(). Cannot proceed to test the VM.\n", rcErrors);
144 RTPrintf(TESTCASE ": fork() and VM test, SUCCESS.\n");
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dunistd.h121 pid_t fork(void);
/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp227 /* If the clearing failed or the fork failed there's nothing more to do. */
423 pid = fork();
472 * execution. Remember, there was only a fork() so far, and until exec()
582 pid = fork();
714 * - fork once and create a new session (setsid). This will detach us
723 * we will fork() once more to get rid of the session leadership role.
744 /* First fork, to become independent process. */
745 pid_t pid = fork();
802 /* Second fork to lose session leader status. */
803 pid = fork();
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbproc.c81 process->md.pid = fork();
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dforktest.c42 ** Description: UNIX test for fork functions.
259 * doesn't have this problem. Calling fork() also works.
271 return fork();
341 printf("The fork test is applicable to Unix only.\n");
/vbox/src/apps/adpctl/
H A DVBoxNetAdpCtl.cpp116 pid_t childPid = fork();
120 perror("fork() failed");
153 pid_t pid = fork();
/vbox/src/recompiler/tests/
H A Dlinux-test.c225 pid = chk_error(fork());
340 pid = chk_error(fork());
/vbox/src/VBox/Runtime/r3/
H A Dinit.cpp47 # include <InnoTekLIBC/fork.h>
198 /** Low-level fork callback for OS/2. */
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dhijack.c422 child = fork();
424 logmsg ( LOG_ERR, "fork failed: %s\n",
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c144 * regular fork in a multithreaded process
145 * because it skips calling the fork handlers.
147 * it's available and fall back on fork.
249 ** Prepare the child's streams. We always do this in case a previous fork
285 * fork() & exec() does not work in a multithreaded process.
324 process->md.pid = fork();
954 pr_wp.forkptr = fork;
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h64 #define fork _fork
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp1224 * find it. We'll fork before we attempt this because that way the
1229 int pid = fork();
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.c1685 if ((child = fork()) < 0)
1687 perror("fork");
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jar ... Path sourcePath protected String encoding protected String targetVM protected boolean fork protected java.util.List sourceFileset public void " href ...

Completed in 2354 milliseconds