Home
last modified time | relevance | path

Searched refs:NSIG (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/pcntl/
H A Dphp_signal.h25 #ifndef NSIG
26 # define NSIG 32 macro
H A Dpcntl.c957 for (signo = 1; signo < MAX(NSIG-1, SIGRTMAX); ++signo) { in PHP_FUNCTION()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_signals.h14 extern const char *fpm_signal_names[NSIG + 1];
H A Dfpm_signals.c25 const char *fpm_signal_names[NSIG + 1] = {
158 static const char sig_chars[NSIG + 1] = { in sig_handler()

Completed in 21 milliseconds