Searched refs:signals (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/pcntl/tests/ |
H A D | async_signals_2.phpt | 2 Async signals in zend_call_function
|
/PHP-8.2/ext/pcntl/ |
H A D | pcntl.stub.php | 925 function pcntl_sigprocmask(int $mode, array $signals, &$old_signals = null): bool {} argument 931 function pcntl_sigwaitinfo(array $signals, &$info = []): int|false {} argument 934 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.2/Zend/tests/fibers/ |
H A D | signal-async.phpt | 2 Prevent switching fibers when async signals are enabled
|
H A D | signal-dispatch.phpt | 2 Prevent switching fibers when dispatching pending signals
|
/PHP-8.2/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.2/Zend/ |
H A D | Zend.m4 | 258 AC_ARG_ENABLE([zend-signals], 259 [AS_HELP_STRING([--disable-zend-signals],
|
/PHP-8.2/sapi/fpm/ |
H A D | php-fpm.conf.in | 76 ; Time limit for child processes to wait for a reaction on signals from master.
|
/PHP-8.2/ |
H A D | NEWS | 1360 . Revert behaviour of receiving SIGCHLD signals back to the behaviour
|
Completed in 23 milliseconds