Searched refs:_NSIG (Results 1 – 19 of 19) sorted by relevance
439 #if defined (EXC_BAD_ACCESS) && defined (_NSIG) in target_signal_from_host()440 if (hostsig == _NSIG + EXC_BAD_ACCESS) in target_signal_from_host()443 #if defined (EXC_BAD_INSTRUCTION) && defined (_NSIG) in target_signal_from_host()444 if (hostsig == _NSIG + EXC_BAD_INSTRUCTION) in target_signal_from_host()447 #if defined (EXC_ARITHMETIC) && defined (_NSIG) in target_signal_from_host()448 if (hostsig == _NSIG + EXC_ARITHMETIC) in target_signal_from_host()451 #if defined (EXC_EMULATION) && defined (_NSIG) in target_signal_from_host()452 if (hostsig == _NSIG + EXC_EMULATION) in target_signal_from_host()455 #if defined (EXC_SOFTWARE) && defined (_NSIG) in target_signal_from_host()456 if (hostsig == _NSIG + EXC_SOFTWARE) in target_signal_from_host()[all …]
49 #ifndef _NSIG51 # define _NSIG NSIG macro53 # define _NSIG 128 macro57 static volatile sig_atomic_t signo[_NSIG];78 for (i = 0; i < _NSIG; i++) in readpassphrase()179 for (i = 0; i < _NSIG; i++) { in readpassphrase()
34 #if !defined(_NSIG) && defined(_SIG_MAXSIG)35 # define _NSIG (_SIG_MAXSIG - 1) macro96 if (UNW_NUM_EH_REGS < 4 || _NSIG > 16 * sizeof (unw_word_t)) in siglongjmp()103 || (_NSIG > 8 * sizeof (unw_word_t) in siglongjmp()
43 #ifndef _NSIG45 #define _NSIG _SIG_MAXSIG + 1 macro48 #define _NSIG SIGPWR + 1 macro66 for (i = 1; i < _NSIG; i++) { in posix_spawnattr_handle()
14 #define _NSIG 128 macro16 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)61 #define SIGRTMAX _NSIG
6 #define _NSIG 64 macro8 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)51 #define SIGRTMAX _NSIG
53 #define SIGSETSIZE (_NSIG / 8)
32 timeout, sigmask, _NSIG / 8); in epoll_pwait()
70 int sigs[] = { _NSIG + 1, SIGKILL, SIGSTOP };
38 {{.sigev_notify = SIGEV_SIGNAL, .sigev_signo = _NSIG+1}, EINVAL},
57 #define SIGRTMAX _NSIG
62 #define SIGRTMAX _NSIG
54 # define NSIG _NSIG
93 #define _NSIG 64 macro167 mov x3, #(_NSIG / 8)
50 #if defined(_NSIG) /* On glibc NSIG does not count RT signals */51 # define SIGNAL_UPPER_BOUND _NSIG
344 #elif defined(_NSIG)345 #define ksh_NSIG (_NSIG)
71 # define NSIG _NSIG
2597 Move definition of _NSIG.2599 _NSIG is only unsed in one file, so move it there prevent redefinition
11743 tests/rt_sigpending.c: fix for systems where _NSIG > 16 * sizeof(long)