Home
last modified time | relevance | path

Searched refs:SIGUSR1 (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/pcntl/tests/
H A Dpcntl_signal_get_handler.phpt8 var_dump(pcntl_signal_get_handler(SIGUSR1));
11 pcntl_signal(SIGUSR1, 'pcntl_test');
12 var_dump(pcntl_signal_get_handler(SIGUSR1));
14 pcntl_signal(SIGUSR1, SIG_DFL);
15 var_dump(pcntl_signal_get_handler(SIGUSR1));
17 pcntl_signal(SIGUSR1, SIG_IGN);
18 var_dump(pcntl_signal_get_handler(SIGUSR1));
20 posix_kill(posix_getpid(), SIGUSR1);
H A Dpcntl_waitid.phpt23 posix_kill($pid, SIGUSR1);
27 pcntl_signal(SIGUSR1, function ($_signo, $_siginfo) { exit(42); });
H A Dpcntl_signal.phpt14 pcntl_signal(SIGUSR1, function($signo, $siginfo){
17 posix_kill(posix_getpid(), SIGUSR1);
H A Dpcntl_rfork_nowait.phpt14 $pid = pcntl_rfork(RFNOWAIT|RFTSIGZMB,SIGUSR1);
/php-src/sapi/fpm/fpm/
H A Dfpm_signals.c56 #ifdef SIGUSR1
57 [SIGUSR1] = "SIGUSR1",
161 [SIGUSR1] = '1', in sig_handler()
210 0 > sigaction(SIGUSR1, &act, 0) || in fpm_signals_init_main()
243 0 > sigaction(SIGUSR1, &act_dfl, 0) || in fpm_signals_init_child()
270 static const int init_signal_array[] = { SIGUSR1, SIGUSR2, SIGCHLD }; in fpm_signals_init_mask()
/php-src/Zend/tests/fibers/
H A Dsignal-dispatch.phpt9 pcntl_signal(SIGUSR1, function (): void {
18 posix_kill(posix_getpid(), SIGUSR1);
H A Dsignal-async.phpt11 pcntl_signal(SIGUSR1, function (): void {
19 posix_kill(posix_getpid(), SIGUSR1);
/php-src/ext/pcntl/
H A Dpcntl.stub.php181 const SIGUSR1 = UNKNOWN; define
H A Dpcntl_arginfo.h357 REGISTER_LONG_CONSTANT("SIGUSR1", LONG_CONST(SIGUSR1), CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c1096 case SIGUSR1: in pcntl_siginfo_to_zval()
/php-src/sapi/litespeed/
H A Dlsapi_main.c1386 sigaction( SIGUSR1, &act, &old_usr1 ) || in start_children()
1402 sigaction( SIGUSR1, &old_usr1, 0 ); in start_children()
1419 kill( -getpgrp(), SIGUSR1 ); in start_children()
H A Dlsapilib.c1442 lsapi_signal(SIGUSR1, lsapi_siguser1); in LSAPI_Init()
3177 sigaction( SIGUSR1, &act, &old_usr1 ) || in lsapi_prefork_server_accept()
3311 sigaction( SIGUSR1, &old_usr1, 0 ); in lsapi_prefork_server_accept()
3350 sigaction( SIGUSR1, &old_usr1, 0 ); in lsapi_prefork_server_accept()
3448 sigaction(SIGUSR1, &act, &old_usr1) || in LSAPI_Accept_Before_Fork()
3556 sigaction(SIGUSR1, &old_usr1, 0); in LSAPI_Accept_Before_Fork()
/php-src/Zend/
H A Dzend_signal.c74 static const int zend_sigs[] = { TIMEOUT_SIG, SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2 };
/php-src/main/
H A Dfastcgi.c425 if (signo == SIGUSR1 || signo == SIGTERM) { in fcgi_signal_handler()
437 sigaction(SIGUSR1, &new_sa, NULL); in fcgi_setup_signals()

Completed in 42 milliseconds