Home
last modified time | relevance | path

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

/PHP-8.3/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.3/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.3/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.3/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.c3181 sigaction( SIGINT, &act, &old_int ) || in lsapi_prefork_server_accept()
3315 sigaction( SIGINT, &old_int, 0 ); in lsapi_prefork_server_accept()
3452 sigaction(SIGINT, &act, &old_int ) || in LSAPI_Accept_Before_Fork()
3560 sigaction(SIGINT, &old_int, 0); in LSAPI_Accept_Before_Fork()
/PHP-8.3/Zend/
H A Dzend_signal.c74 static const int zend_sigs[] = { TIMEOUT_SIG, SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2 };
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c2022 sigaction(SIGINT, &act, &old_int) ||
2050 sigaction(SIGINT, &old_int, 0);
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c2880 #if defined(SIGINT) in do_cli_server()
2881 signal(SIGINT, php_cli_server_sigint_handler); in do_cli_server()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c1474 zend_try { zend_signal(SIGINT, phpdbg_sigint_handler); } zend_end_try(); in main()

Completed in 52 milliseconds