Searched refs:PerlProc_kill (Results 1 – 4 of 4) sorted by relevance
498 # define kill PerlProc_kill
1032 #define PerlProc_kill(i, a) \ macro1095 #define PerlProc_kill(i, a) kill((i), (a)) macro
1819 if (PerlProc_kill(-proc,val)) /* SYSV */ in Perl_apply()1828 if (PerlProc_kill(proc, val)) in Perl_apply()
2544 PerlProc_kill(PerlProc_getpid(), signo); in Perl_rsignal_state()2614 if(PerlProc_kill(pid, 0) < 0) { return(pid); } /* HOM 12/23/91 */ in Perl_my_pclose()