Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcntl/tests/
H A D003.phpt14 pcntl_sigprocmask(SIG_SETMASK, array(), $prev);
16 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,SIGTERM), $old);
18 pcntl_sigprocmask(SIG_BLOCK, array(SIGINT), $old);
20 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $old);
22 pcntl_sigprocmask(SIG_SETMASK, array(SIGINT), $old);
24 pcntl_sigprocmask(SIG_SETMASK, array(), $old);
28 pcntl_sigprocmask(SIG_SETMASK, $prev, $old);
H A D002.phpt2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait()
21 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,(string)SIGTERM));
23 pcntl_sigprocmask(SIG_BLOCK, array(), $oldset);
61 var_dump(pcntl_sigprocmask(PHP_INT_MAX, array(SIGTERM)));
66 var_dump(pcntl_sigprocmask(SIG_SETMASK, array(0)));
/PHP-8.2/sapi/fpm/tests/
H A Dreload-uses-sigkill-as-last-measure.phpt8 if (!function_exists('pcntl_sigprocmask')) die('skip Requires pcntl_sigprocmask()');
34 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt8 if (!function_exists('pcntl_sigprocmask')) die('skip Requires pcntl_sigprocmask()');
33 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php925 function pcntl_sigprocmask(int $mode, array $signals, &$old_signals = null): bool {} function
H A Dpcntl_arginfo.h143 ZEND_FUNCTION(pcntl_sigprocmask);
190 ZEND_FE(pcntl_sigprocmask, arginfo_pcntl_sigprocmask)
H A Dpcntl.c715 PHP_FUNCTION(pcntl_sigprocmask) in PHP_FUNCTION() argument

Completed in 15 milliseconds