Home
last modified time | relevance | path

Searched refs:PerlProc_sleep (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A DXSUB.h608 # define sleep PerlProc_sleep
H A Diperlsys.h1062 # define PerlProc_sleep(t) \ macro
1116 # define PerlProc_sleep(t) sleep((t)) macro
H A Dpp_sys.c5160 PerlProc_sleep((unsigned int)duration);
H A Dregcomp.c15394 PerlProc_sleep(1); in S_parse_uniprop_string()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000319 PerlProc_sleep # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs3671 RETVAL = PerlProc_sleep(seconds);