Searched refs:WAITPID (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dnojobs.c62 # define WAITPID(pid, statusp, options) waitpid (pid, statusp, options) macro
64 # define WAITPID(pid, statusp, options) wait (statusp) macro
438 #endif /* WAITPID */
587 while ((got_pid = WAITPID (pid, &status, 0)) != pid)
631 while ((got_pid = WAITPID (-1, &status, 0)) != -1)
741 while ((got_pid = WAITPID (-1, &status, 0)) != pid) /* XXX was pid now -1 */
H A Djobs.c91 children. The arguments to the WAITPID macro match those to the Posix.1
95 # define WAITPID(pid, statusp, options) \ macro
99 # define WAITPID(pid, statusp, options) \ macro
103 # define WAITPID(pid, statusp, options) \ macro
106 # define WAITPID(pid, statusp, options) \ macro
3015 pid = WAITPID (-1, &status, waitpid_flags);

Completed in 87 milliseconds