Home
last modified time | relevance | path

Searched refs:PerlProc_getpid (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/plan9/
H A Dplan9ish.h104 #define ABORT() kill(PerlProc_getpid(),SIGABRT);
/openbsd-src/gnu/usr.bin/perl/
H A Dunixish.h110 #define ABORT() kill(PerlProc_getpid(),SIGABRT);
H A Ddeb.c98 (long)PerlProc_getpid(), display_file, line); in Perl_vdeb()
H A Ddoio.c1294 if (SvIV(*pid_psv) == (IV)PerlProc_getpid()) { in S_argvout_free()
1544 av_store(magic_av, ARGVMG_ORIG_PID, newSViv((IV)PerlProc_getpid())); in Perl_nextargv()
1727 if (SvIV(*pid_psv) != (IV)PerlProc_getpid()) { in S_argvout_final()
H A Dmg.c1233 IV const pid = (IV)PerlProc_getpid(); in Perl_magic_get()
3522 mg->mg_obj = newSViv((IV)PerlProc_getpid()); in Perl_magic_set()
3524 else sv_setiv(mg->mg_obj, (IV)PerlProc_getpid()); in Perl_magic_set()
H A Diperlsys.h1074 # define PerlProc_getpid() \ macro
1124 # define PerlProc_getpid() getpid() macro
H A Dpp_sys.c4882 if (pid != 0 && pid != PerlProc_getpid()) in PP()
4911 if ((pgrp != 0 && pgrp != PerlProc_getpid()) in PP()
4912 || (pid != 0 && pid != PerlProc_getpid())) in PP()
H A Dutil.c3095 PerlProc_kill(PerlProc_getpid(), signo); in Perl_my_pclose()
4762 u += SEED_C3 * (U32)PerlProc_getpid();
/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2ish.h93 #define ABORT() kill(PerlProc_getpid(),SIGABRT);
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000462 PerlProc_getpid # Z added by devel/scanprov