Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcntl/
H A Dpcntl.c78 ZEND_ARG_INFO(0, restart_syscalls)
1007 zend_bool restart_syscalls = 1; in PHP_FUNCTION() local
1010 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "lz|b", &signo, &handle, &restart_syscalls) == FAILURE)… in PHP_FUNCTION()
1038 …if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == (Sigfunc *)SIG_ERR)… in PHP_FUNCTION()
1061 if (php_signal4(signo, pcntl_signal_handler, (int) restart_syscalls, 1) == (Sigfunc *)SIG_ERR) { in PHP_FUNCTION()

Completed in 9 milliseconds