Searched refs:signal (Results 1 - 25 of 49) sorted by relevance
12
| /PHP_5_5/TSRM/ |
| H A D | TSRM.h | 94 #include <signal.h>
|
| /PHP_5_5/Zend/ |
| H A D | zend_signal.c | 37 #include <signal.h> 80 if (SIGG(depth) == 0) { /* try to handle signal */ 82 SIGG(blocked) = -1; /* signal is not blocked */ 101 } else { /* delay signal handling */ 102 SIGG(blocked) = 0; /* signal is blocked */ 120 zend_output_debug_string(0, "zend_signal: not enough queue storage, lost signal (%d)", signo); 125 /* need to just run handler if we're inactive and getting a signal */ 133 * Handle deferred signal from HANDLE_UNBLOCK_ALARMS */ 155 * Call the previously registered handler for a signal 194 * Register a signal handle [all...] |
| H A D | zend_signal.h | 27 #include <signal.h> 41 void* handler; /* signal handler or context */ 59 int running; /* in signal handler execution */ 60 int active; /* internal signal handling is enabled */
|
| H A D | zend_execute_API.c | 23 #include <signal.h> 65 signal(SIGSEGV, original_sigsegv_handler); 67 signal(SIGSEGV, SIG_DFL); 142 original_sigsegv_handler = signal(SIGSEGV, zend_handle_sigsegv); 321 signal(SIGSEGV, original_sigsegv_handler); 1323 We got here because we got a timeout signal, so we are in a signal handler 1325 shutdown functions, so pretend we are not in a signal handler while we are 1493 signal(signo, zend_timeout);
|
| /PHP_5_5/ext/pcntl/ |
| H A D | test-pcntl.php | 6 function alarm_handle($signal){ 7 if ($signal==SIGALRM) print "Child: Caught SIGALRM!!!\n"; 10 function usr1_handle($signal){ 11 if ($signal==SIGUSR1) print "Child: Caught SIGUSR1!!!\n";
|
| H A D | php_signal.h | 21 #include <signal.h>
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_process_ctl.c | 8 #include <signal.h> 157 zlog(ZLOG_DEBUG, "[pool %s] sending signal %d %s to child %d", 207 if (fpm_state == new_state) { /* already in progress - just ignore duplicate signal */
|
| H A D | fpm_signals.h | 8 #include <signal.h>
|
| H A D | fpm_signals.c | 7 #include <signal.h> 170 /* prevent a signal race condition when child process 171 have not set up it's own signal handler yet */
|
| /PHP_5_5/win32/ |
| H A D | signal.h | 2 ** Change here: if you plan to use your own version of <signal.h> 3 ** the original "#include <signal.h>" produces an infinite reinclusion 6 ** <signal.h> gets included throughout the PHP sources, and this should 13 #include <../include/signal.h>
|
| H A D | time.c | 21 #include "signal.h" 130 int signal; 140 raise((int) msg->signal); 142 WM_NOTIFY, msg->signal, 0); 163 msg->signal = SIGALRM; 167 msg->signal = SIGVTALRM; 171 msg->signal = SIGPROF;
|
| /PHP_5_5/ext/mysqli/ |
| H A D | mysqli_driver.c | 23 #include <signal.h>
|
| H A D | mysqli_embedded.c | 23 #include <signal.h>
|
| H A D | mysqli_exception.c | 23 #include <signal.h>
|
| H A D | mysqli_warning.c | 23 #include <signal.h>
|
| H A D | mysqli_result_iterator.c | 27 #include <signal.h>
|
| /PHP_5_5/ext/standard/ |
| H A D | exec.c | 36 #include <signal.h> 73 sig_handler = signal (SIGCHLD, SIG_DFL); 158 signal(SIGCHLD, sig_handler);
|
| H A D | php_crypt_r.c | 48 # include <signal.h>
|
| H A D | mail.c | 40 #include <signal.h> 318 /* Set signal handler of SIGCHLD to default to prevent other signal handlers 321 sig_handler = (void *)signal(SIGCHLD, SIG_DFL); 349 signal(SIGCHLD, sig_handler); 365 signal(SIGCHLD, sig_handler); 389 signal(SIGCHLD, sig_handler);
|
| /PHP_5_5/sapi/apache_hooks/ |
| H A D | sapi_apache.c | 70 signal(SIGCHLD, sigchld_handler);
|
| /PHP_5_5/sapi/embed/ |
| H A D | php_embed.c | 164 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so
|
| /PHP_5_5/sapi/litespeed/ |
| H A D | lsapi_main.c | 63 #include <signal.h> 631 void litespeed_cleanup(int signal) argument 633 s_stop = signal; 705 signal(SIGPIPE, SIG_IGN);
|
| H A D | lsapilib.c | 64 #include <signal.h> 582 signal(SIGXFSZ, SIG_IGN); 1646 static void lsapi_cleanup(int signal) argument 1648 s_stop = signal; 1666 static void lsapi_sigchild( int signal ) 1806 perror( "Can't set signal handler for SIGCHILD" );
|
| /PHP_5_5/sapi/cli/ |
| H A D | php_cli.c | 40 #include "win32/signal.h" 50 #include <signal.h> 70 #include <signal.h> 1247 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so
|
| /PHP_5_5/ext/opcache/ |
| H A D | shared_alloc_shm.c | 33 #include <signal.h>
|
Completed in 89 milliseconds
12