Searched refs:pcntl_sigprocmask (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/pcntl/tests/ |
H A D | 003.phpt | 13 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 D | 002.phpt | 2 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 D | reload-uses-sigkill-as-last-measure.phpt | 6 if (!function_exists('pcntl_sigprocmask')) die('skip Requires pcntl_sigprocmask()'); 32 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
|
H A D | bug77023-pm-dynamic-blocking-sigquit.phpt | 8 if (!function_exists('pcntl_sigprocmask')) die('skip Requires pcntl_sigprocmask()'); 33 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
|
/PHP-8.0/ext/pcntl/ |
H A D | php_pcntl.h | 55 PHP_FUNCTION(pcntl_sigprocmask);
|
H A D | pcntl.stub.php | 29 function pcntl_sigprocmask(int $mode, array $signals, &$old_signals = null): bool {} function
|
H A D | pcntl_arginfo.h | 130 ZEND_FUNCTION(pcntl_sigprocmask); 171 ZEND_FE(pcntl_sigprocmask, arginfo_pcntl_sigprocmask)
|
H A D | pcntl.c | 1004 PHP_FUNCTION(pcntl_sigprocmask) in PHP_FUNCTION() argument
|
Completed in 11 milliseconds