Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcntl/
H A Dpcntl.stub.php29 function pcntl_sigprocmask(int $mode, array $signals, &$old_signals = null): bool {} argument
35 function pcntl_sigwaitinfo(array $signals, &$info = []): int|false {} argument
38 function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = 0, int $nanoseconds = 0): i… argument
H A Dpcntl_arginfo.h36 ZEND_ARG_TYPE_INFO(0, signals, IS_ARRAY, 0)
43 ZEND_ARG_TYPE_INFO(0, signals, IS_ARRAY, 0)
50 ZEND_ARG_TYPE_INFO(0, signals, IS_ARRAY, 0)
/PHP-8.0/ext/pcntl/tests/
H A Dasync_signals_2.phpt2 Async signals in zend_call_function
/PHP-8.0/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt2 Concurrent reload signals should not kill PHP-FPM master process. (Bug: #74083)
H A Dbug76601-reload-child-signals.phpt2 FPM: bug76601 children should not ignore signals during concurrent reloads
/PHP-8.0/Zend/
H A DZend.m4247 AC_ARG_ENABLE([zend-signals],
248 [AS_HELP_STRING([--disable-zend-signals],
/PHP-8.0/sapi/fpm/
H A Dphp-fpm.conf.in76 ; Time limit for child processes to wait for a reaction on signals from master.

Completed in 16 milliseconds