Searched refs:SIGINT (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/pcntl/tests/ |
H A D | 003.phpt | 14 SIGINT => "SIGINT", 28 pcntl_sigprocmask(SIG_BLOCK, [SIGINT], $old); 30 pcntl_sigprocmask(SIG_UNBLOCK, [SIGINT], $old); 32 pcntl_sigprocmask(SIG_SETMASK, [SIGINT], $old); 53 string(6) "SIGINT" 67 string(6) "SIGINT"
|
H A D | 002.phpt | 26 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $oldset); 57 pcntl_sigtimedwait(array(SIGINT), $siginfo, 3600, 0);
|
/php-src/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-src/sapi/litespeed/ |
H A D | lsapi_main.c | 690 (void)sigaction(SIGINT, &act, NULL); in lsapi_clean_shutdown() 749 (void)sigaction( SIGINT, &act, NULL); in lsapi_module_main() 1385 sigaction( SIGINT, &act, &old_int ) || in start_children() 1401 sigaction( SIGINT, &old_int, 0 ); in start_children()
|
H A D | lsapilib.c | 3176 sigaction( SIGINT, &act, &old_int ) || in lsapi_prefork_server_accept() 3310 sigaction( SIGINT, &old_int, 0 ); in lsapi_prefork_server_accept() 3447 sigaction(SIGINT, &act, &old_int ) || in LSAPI_Accept_Before_Fork() 3555 sigaction(SIGINT, &old_int, 0); in LSAPI_Accept_Before_Fork()
|
/php-src/ext/pcntl/ |
H A D | pcntl.stub.php | 133 const SIGINT = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 346 REGISTER_LONG_CONSTANT("SIGINT", LONG_CONST(SIGINT), CONST_PERSISTENT); in register_pcntl_symbols()
|
/php-src/Zend/ |
H A D | zend_signal.c | 74 static const int zend_sigs[] = { TIMEOUT_SIG, SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2 };
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 2021 sigaction(SIGINT, &act, &old_int) || 2049 sigaction(SIGINT, &old_int, 0);
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 2890 #if defined(SIGINT) in do_cli_server() 2891 signal(SIGINT, php_cli_server_sigint_handler); in do_cli_server()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg.c | 1471 zend_try { zend_signal(SIGINT, phpdbg_sigint_handler); } zend_end_try(); in main()
|
Completed in 44 milliseconds