Home
last modified time | relevance | path

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

/php-src/ext/pcntl/tests/
H A D003.phpt14 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 D002.phpt26 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $oldset);
57 pcntl_sigtimedwait(array(SIGINT), $siginfo, 3600, 0);
/php-src/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-src/sapi/litespeed/
H A Dlsapi_main.c690 (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 Dlsapilib.c3176 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 Dpcntl.stub.php133 const SIGINT = UNKNOWN; define
H A Dpcntl_arginfo.h346 REGISTER_LONG_CONSTANT("SIGINT", LONG_CONST(SIGINT), CONST_PERSISTENT); in register_pcntl_symbols()
/php-src/Zend/
H A Dzend_signal.c74 static const int zend_sigs[] = { TIMEOUT_SIG, SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2 };
/php-src/sapi/cgi/
H A Dcgi_main.c2021 sigaction(SIGINT, &act, &old_int) ||
2049 sigaction(SIGINT, &old_int, 0);
/php-src/sapi/cli/
H A Dphp_cli_server.c2890 #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 Dphpdbg.c1471 zend_try { zend_signal(SIGINT, phpdbg_sigint_handler); } zend_end_try(); in main()

Completed in 44 milliseconds