Searched refs:NUMSIG (Results 1 – 1 of 1) sorted by relevance
214 # define NUMSIG 65 macro216 # define NUMSIG 33 macro219 int nsig = NUMSIG - 1; /* This should be the number of real signals */221 struct mesg mesg[NUMSIG]; /* Arrays start at [0] so we initialize from */231 for (i = 0; i < NUMSIG; i++) { in mesginit()745 if (SIGRTMIN > 0 && SIGRTMIN < NUMSIG) { in mesginit()751 if (SIGRTMIN + 1 < SIGRTMAX && SIGRTMIN + 1 < NUMSIG && in mesginit()757 if (SIGRTMIN + 2 < SIGRTMAX && SIGRTMIN + 2 < NUMSIG && in mesginit()763 if (SIGRTMIN + 3 < SIGRTMAX && SIGRTMIN + 3 < NUMSIG && in mesginit()775 if (SIGRTMAX > 0 && SIGRTMAX < NUMSIG) { in mesginit()