Searched refs:restart_syscalls (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/pcntl/ |
H A D | pcntl.c | 70 ZEND_ARG_INFO(0, restart_syscalls) 846 zend_bool restart_syscalls = 1; in PHP_FUNCTION() local 848 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lz|b", &signo, &handle, &restart_syscalls) =… in PHP_FUNCTION() 870 if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == SIG_ERR) { in PHP_FUNCTION() 890 if (php_signal4(signo, pcntl_signal_handler, (int) restart_syscalls, 1) == SIG_ERR) { in PHP_FUNCTION()
|
Completed in 9 milliseconds