HomeSort by relevance Sort by last modified time
    Searched defs:FORK (Results 1 - 3 of 3) sorted by null

  /external/oj-libjdwp/src/solaris/back/
exec_md.c 35 #define FORK() fork()
38 #define FORK() fork1()
103 if ((pid = FORK()) == 0) {
  /external/ltp/include/old/
test.h 55 #define FORK 1 /* SIGCHLD is to be ignored */
69 * fork() can't be used on uClinux systems, so use FORK_OR_VFORK instead,
155 * tst_old_flush() + fork
  /external/clang/tools/scan-build-py/tests/functional/exec/
main.c 98 #define FORK(FUNC) \
100 pid_t child = fork(); \
102 perror("fork"); \
122 FORK(execv(compiler, argv);)
136 FORK(execve(compiler, argv, envp);)
149 FORK(execvp(compiler, argv);)
162 FORK(execvP(compiler, _PATH_DEFPATH, argv);)
176 FORK(execvpe(compiler, argv, envp);)
190 FORK(exect(compiler, argv, envp);)
202 FORK(execl(compiler, "cc", "-c", file, (char *)0);
    [all...]

Completed in 1770 milliseconds