Searched refs:Perl_my_waitpid (Results 1 – 2 of 2) sorted by relevance
159 #define my_waitpid(a,b,c) Perl_my_waitpid(aTHX_ a,b,c)695 Pid_t Perl_my_waitpid (pTHX_ Pid_t, int *, int);
4738 Perl_my_waitpid(pTHX_ Pid_t pid, int *statusp, int flags) function