Searched refs:signals (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/pcntl/ |
H A D | pcntl.stub.php | 29 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 D | pcntl_arginfo.h | 36 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 D | async_signals_2.phpt | 2 Async signals in zend_call_function
|
/PHP-8.0/sapi/fpm/tests/ |
H A D | bug74083-concurrent-reload.phpt | 2 Concurrent reload signals should not kill PHP-FPM master process. (Bug: #74083)
|
H A D | bug76601-reload-child-signals.phpt | 2 FPM: bug76601 children should not ignore signals during concurrent reloads
|
/PHP-8.0/Zend/ |
H A D | Zend.m4 | 247 AC_ARG_ENABLE([zend-signals], 248 [AS_HELP_STRING([--disable-zend-signals],
|
/PHP-8.0/sapi/fpm/ |
H A D | php-fpm.conf.in | 76 ; Time limit for child processes to wait for a reaction on signals from master.
|
Completed in 8 milliseconds