Searched refs:SIGRTMAX (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/lib/libc/gen/
H A Dsignalnumber.c64 i = SIGRTMAX;
72 if (i == SIGRTMAX && name[0] != '-')
80 offs < 0 || offs > SIGRTMAX-SIGRTMIN)
86 if (i >= SIGRTMIN && i <= SIGRTMAX)
H A Dsysconf.c345 return SIGRTMAX - SIGRTMIN;
/netbsd-current/lib/libc/string/
H A D__strsignal.c54 #define SIGRTMAX 63 macro
80 } else if (signum >= SIGRTMIN && signum <= SIGRTMAX) {
/netbsd-current/sys/sys/
H A Dsignal.h86 #define SIGRTMAX 63 macro
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dsignals.cc40 # define REALTIME_HI (SIGRTMAX + 1)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dsignals.cc40 # define REALTIME_HI (SIGRTMAX + 1)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d70 SIGRTMAX
146 @property int SIGRTMAX() nothrow @nogc {
159 enum SIGRTMAX = 126;
164 enum SIGRTMAX = 126;
169 enum SIGRTMAX = 63;
190 @property int SIGRTMAX() nothrow @nogc {
/netbsd-current/sys/kern/
H A Dkern_sig.c646 if (ksi->ksi_signo >= SIGRTMIN && ksi->ksi_signo <= SIGRTMAX)

Completed in 605 milliseconds