Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcntl/tests/
H A D003.phpt13 pcntl_sigprocmask(SIG_SETMASK, array(), $prev);
15 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,SIGTERM), $old);
17 pcntl_sigprocmask(SIG_BLOCK, array(SIGINT), $old);
19 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $old);
21 pcntl_sigprocmask(SIG_SETMASK, array(SIGINT), $old);
23 pcntl_sigprocmask(SIG_SETMASK, array(), $old);
27 pcntl_sigprocmask(SIG_SETMASK, $prev, $old);
H A D002.phpt2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait()
18 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,(string)SIGTERM));
20 pcntl_sigprocmask(SIG_BLOCK, array(), $oldset);
58 var_dump(pcntl_sigprocmask(PHP_INT_MAX, array(SIGTERM)));
63 var_dump(pcntl_sigprocmask(SIG_SETMASK, array(0)));
/PHP-8.0/sapi/fpm/tests/
H A Dreload-uses-sigkill-as-last-measure.phpt6 if (!function_exists('pcntl_sigprocmask')) die('skip Requires pcntl_sigprocmask()');
32 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.0/ext/pcntl/
H A Dphp_pcntl.h55 PHP_FUNCTION(pcntl_sigprocmask);
H A Dpcntl.stub.php29 function pcntl_sigprocmask(int $mode, array $signals, &$old_signals = null): bool {} function
H A Dpcntl_arginfo.h130 ZEND_FUNCTION(pcntl_sigprocmask);
171 ZEND_FE(pcntl_sigprocmask, arginfo_pcntl_sigprocmask)
H A Dpcntl.c1004 PHP_FUNCTION(pcntl_sigprocmask) in PHP_FUNCTION() argument

Completed in 14 milliseconds