Searched refs:SIGINT (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/ext/pcntl/tests/ |
H A D | 003.phpt | 18 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 D | 002.phpt | 75 pcntl_sigtimedwait(array(SIGINT), $siginfo, 3600, 0);
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 29 #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 D | pcntl.stub.php | 55 const SIGINT = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 246 REGISTER_LONG_CONSTANT("SIGINT", LONG_CONST(SIGINT), CONST_PERSISTENT); in register_pcntl_symbols()
|
/PHP-8.2/sapi/litespeed/ |
H A D | lsapi_main.c | 691 (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 D | lsapilib.c | 3180 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 D | zend_signal.c | 74 static int zend_sigs[] = { TIMEOUT_SIG, SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2 };
|
/PHP-8.2/sapi/cgi/ |
H A D | cgi_main.c | 2011 sigaction(SIGINT, &act, &old_int) || 2039 sigaction(SIGINT, &old_int, 0);
|
/PHP-8.2/sapi/cli/ |
H A D | php_cli_server.c | 2873 #if defined(SIGINT) in do_cli_server() 2874 signal(SIGINT, php_cli_server_sigint_handler); in do_cli_server()
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg.c | 1474 zend_try { zend_signal(SIGINT, phpdbg_sigint_handler); } zend_end_try(); in main()
|
/PHP-8.2/ |
H A D | NEWS | 1298 . Fixed bug GH-11716 (cli server crashes on SIGINT when compiled with
|
Completed in 49 milliseconds