Searched refs:PR_CreateProcess (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprproces.h53 #define PR_CreateProcess VBoxNsprPR_CreateProcess macro
113 NSPR_API(PRProcess*) PR_CreateProcess(
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsemaerr.c118 proc = PR_CreateProcess(child_argv[0], child_argv, NULL, NULL);
120 fprintf(stderr, "PR_CreateProcess failed\n");
H A Dparent.c114 child->process = PR_CreateProcess(
128 debug, "PR_CreateProcess took %lu microseconds\n",
H A Dsockping.c106 process = PR_CreateProcess(child_argv[0], child_argv, NULL, attr);
108 fprintf(stderr, "PR_CreateProcess failed\n");
H A Dpipeping.c122 process = PR_CreateProcess(child_argv[0], child_argv, NULL, attr);
124 fprintf(stderr, "PR_CreateProcess failed\n");
H A Dpipeping2.c125 process = PR_CreateProcess(child_argv[0], child_argv, NULL, attr);
127 fprintf(stderr, "PR_CreateProcess failed\n");
H A Danonfm.c55 ** PR_CreateProcess() [for portability of the test case] to create the
234 proc = PR_CreateProcess(child_argv[0], child_argv, NULL, NULL);
237 ("ServerOne(): PR_CreateProcess(): proc: %x", proc ));
H A Dsemaping.c141 proc = PR_CreateProcess(child_argv[0], child_argv, NULL, NULL);
143 fprintf(stderr, "PR_CreateProcess failed\n");
H A Dnameshm1.c457 proc = PR_CreateProcess(child_argv[0], child_argv, NULL, NULL);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/test/
H A DTestIPCLocks.cpp236 procs[i] = PR_CreateProcess("./TestIPCLocks", argv, nsnull, nsnull);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsProcessCommon.cpp213 // pass into PR_CreateProcess
301 mProcess = PR_CreateProcess(mTargetPath.get(), my_argv, NULL, NULL);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c733 PR_IMPLEMENT(PRProcess*) PR_CreateProcess( function
740 } /* PR_CreateProcess */
755 process = PR_CreateProcess(path, argv, envp, attr);

Completed in 69 milliseconds