Home
last modified time | relevance | path

Searched refs:PerlProc_pause (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs115 #ifndef PerlProc_pause
116 # define PerlProc_pause() Pause() macro
770 PerlProc_pause();
807 PerlProc_pause();
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h336 # define pause PerlProc_pause
467 # define pause PerlProc_pause
H A Diperlsys.h1028 #define PerlProc_pause() \ macro
1089 #define PerlProc_pause() Pause() macro
H A Dpp_sys.c4507 PerlProc_pause(); in PP()