restart_syscalls   70 ext/pcntl/pcntl.c 	ZEND_ARG_INFO(0, restart_syscalls)
restart_syscalls  846 ext/pcntl/pcntl.c 	zend_bool restart_syscalls = 1;
restart_syscalls  848 ext/pcntl/pcntl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lz|b", &signo, &handle, &restart_syscalls) == FAILURE) {
restart_syscalls  876 ext/pcntl/pcntl.c 		if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == SIG_ERR) {
restart_syscalls  897 ext/pcntl/pcntl.c 	if (php_signal4(signo, pcntl_signal_handler, (int) restart_syscalls, 1) == SIG_ERR) {