Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcntl/tests/
H A D003.phpt18 pcntl_sigprocmask(SIG_BLOCK, array(SIGINT), $old);
20 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $old);
22 pcntl_sigprocmask(SIG_SETMASK, array(SIGINT), $old);
H A D002.phpt75 pcntl_sigtimedwait(array(SIGINT), $siginfo, 3600, 0);
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_signals.c29 #ifdef SIGINT
30 [SIGINT] = "SIGINT",
160 [SIGINT] = 'I', in sig_handler()
209 0 > sigaction(SIGINT, &act, 0) || in fpm_signals_init_main()
242 0 > sigaction(SIGINT, &act_dfl, 0) || in fpm_signals_init_child()
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php55 const SIGINT = UNKNOWN; define
H A Dpcntl_arginfo.h246 REGISTER_LONG_CONSTANT("SIGINT", LONG_CONST(SIGINT), CONST_PERSISTENT); in register_pcntl_symbols()
/PHP-8.2/sapi/litespeed/
H A Dlsapi_main.c691 (void)sigaction(SIGINT, &act, NULL); in lsapi_clean_shutdown()
750 (void)sigaction( SIGINT, &act, NULL); in lsapi_module_main()
1389 sigaction( SIGINT, &act, &old_int ) || in start_children()
1405 sigaction( SIGINT, &old_int, 0 ); in start_children()
H A Dlsapilib.c3180 sigaction( SIGINT, &act, &old_int ) || in lsapi_prefork_server_accept()
3314 sigaction( SIGINT, &old_int, 0 ); in lsapi_prefork_server_accept()
3451 sigaction(SIGINT, &act, &old_int ) || in LSAPI_Accept_Before_Fork()
3559 sigaction(SIGINT, &old_int, 0); in LSAPI_Accept_Before_Fork()
/PHP-8.2/Zend/
H A Dzend_signal.c74 static int zend_sigs[] = { TIMEOUT_SIG, SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2 };
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c2022 sigaction(SIGINT, &act, &old_int) ||
2050 sigaction(SIGINT, &old_int, 0);
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c2851 #if defined(SIGINT) in do_cli_server()
2852 signal(SIGINT, php_cli_server_sigint_handler); in do_cli_server()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.c1474 zend_try { zend_signal(SIGINT, phpdbg_sigint_handler); } zend_end_try(); in main()
/PHP-8.2/
H A DNEWS983 . Fixed bug GH-11716 (cli server crashes on SIGINT when compiled with

Completed in 99 milliseconds