Searched refs:sigprc (Results 1 – 3 of 3) sorted by relevance
5469 $ WS " int iss, sys$sigprc();"5471 $ WS " iss = sys$sigprc(0,0,0x1234);"
1341 int sys$sigprc(unsigned int *pidadr, in Perl_my_kill()1351 iss = sys$sigprc((unsigned int *)&pid,0,code); in Perl_my_kill()
2677 There is a new C<kill> implementation based on C<sys$sigprc> that allows