Searched refs:signal (Results 1 – 5 of 5) sorted by relevance
/php-uv/examples/ |
H A D | spawn_fd.php | 16 function($process, $stat, $signal){
|
H A D | spawn.php | 15 function($process, $stat, $signal){
|
/php-uv/ |
H A D | php_uv.h | 177 uv_signal_t signal; member
|
H A D | README.md | 1688 ### void uv_process_kill(resource $handle, long $signal) 1692 send signal to specified uv process resource. 1698 *long $signal*: 1708 ### void uv_kill(long $pid, long $signal) 1712 send signal to specified pid. 1718 *long $signal*: 2935 *callable $callable*: signal callback 2937 *int $sig_num*: signal
|
H A D | php_uv.c | 3143 ZEND_ARG_INFO(0, signal) 3148 ZEND_ARG_INFO(0, signal) 3680 if (uv_is_active((uv_handle_t *) &uv->uv.signal)) { 3705 if (!uv_is_active((uv_handle_t *) &uv->uv.signal)) { 3710 r = uv_signal_stop((uv_signal_t *) &uv->uv.signal); 5291 zend_long signal; local 5295 Z_PARAM_LONG(signal) 5298 uv_process_kill(&uv->uv.process, signal); 5320 zend_long pid, signal; local 5323 "ll", &pid, &signal) == FAILURE) { [all …]
|
Completed in 39 milliseconds