Home
last modified time | relevance | path

Searched refs:pcntl_sigprocmask (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/pcntl/tests/
H A D003.phpt12 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,SIGTERM), $old);
14 pcntl_sigprocmask(SIG_BLOCK, array(SIGINT), $old);
16 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $old);
18 pcntl_sigprocmask(SIG_SETMASK, array(SIGINT), $old);
20 pcntl_sigprocmask(SIG_SETMASK, array(), $old);
22 pcntl_sigprocmask(SIG_SETMASK, array(), $old);
H A D002.phpt2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait()
17 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,(string)SIGTERM));
19 pcntl_sigprocmask(SIG_BLOCK, array(), $oldset);
57 var_dump(pcntl_sigprocmask(PHP_INT_MAX, array(SIGTERM)));
62 var_dump(pcntl_sigprocmask(SIG_SETMASK, array(0)));
/PHP-5.6/ext/pcntl/
H A Dphp_pcntl.h48 PHP_FUNCTION(pcntl_sigprocmask);
H A Dpcntl.c169 PHP_FE(pcntl_sigprocmask, arginfo_pcntl_sigprocmask)
918 PHP_FUNCTION(pcntl_sigprocmask) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS7472 . Added pcntl_sigprocmask().

Completed in 46 milliseconds