HomeSort by: relevance | last modified time | path
    Searched defs:FORK (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
catch-fork-kill.c 31 /* The exp file overrides this in order to test both fork and
33 #ifndef FORK
34 #define FORK fork
53 pid = FORK ();
56 perror ("fork");
64 pid = FORK ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
catch-fork-kill.c 31 /* The exp file overrides this in order to test both fork and
33 #ifndef FORK
34 #define FORK fork
53 pid = FORK ();
56 perror ("fork");
64 pid = FORK ();
  /src/tests/lib/libc/sys/
t_fork.c 49 #define FORK vfork
51 #define FORK fork
148 * This is required in vfork(2)ing parent and optional in fork(2).
161 watcher = fork();
164 /* Double fork(2) trick to reparent to initproc */
165 watcher = fork();
192 child = FORK();
293 child = FORK();
296 if (strcmp(fn, "fork") == 0
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/exec/
main.c 97 #define FORK(FUNC) \
99 pid_t child = fork(); \
101 perror("fork"); \
121 FORK(execv(compiler, argv);)
135 FORK(execve(compiler, argv, envp);)
148 FORK(execvp(compiler, argv);)
161 FORK(execvP(compiler, _PATH_DEFPATH, argv);)
175 FORK(execvpe(compiler, argv, envp);)
189 FORK(exect(compiler, argv, envp);)
201 FORK(execl(compiler, "cc", "-c", file, (char *)0);
    [all...]

Completed in 17 milliseconds