Home
last modified time | relevance | path

Searched refs:__SIGRTMIN (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/signal/
Dallocrtsig.c26 #ifdef __SIGRTMIN
27 static int current_rtmin = __SIGRTMIN + RESERVED_SIGRT;
35 #ifdef __SIGRTMIN in __libc_current_sigrtmin()
47 #ifdef __SIGRTMIN in libc_hidden_def()
61 #ifndef __SIGRTMIN in libc_hidden_def()
/glibc-2.36/bits/
Dsignum-arch.h56 #define __SIGRTMIN 32 macro
57 #define __SIGRTMAX __SIGRTMIN
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsignum-arch.h62 #define __SIGRTMIN 32 macro
63 #define __SIGRTMAX __SIGRTMIN
/glibc-2.36/sysdeps/unix/sysv/linux/
Dinternal-signals.h31 #define SIGCANCEL __SIGRTMIN
41 #define SIGSETXID (__SIGRTMIN + 1)
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dsignum-arch.h66 #define __SIGRTMIN 32 macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dsignum-arch.h62 #define __SIGRTMIN 32 macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsignum-arch.h61 #define __SIGRTMIN 32 macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dsignum-arch.h63 #define __SIGRTMIN 32 macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsignum-arch.h64 #define __SIGRTMIN 32 macro
/glibc-2.36/ChangeLog.old/
DChangeLog.95001 (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
DChangeLog.182114 Define __SIGRTMIN = __SIGRTMAX = 32, and define _NSIG = __SIGRTMAX+1.
41254 [__SIGRTMIN] (init): Function removed.
41255 [__SIGRTMIN] (initialized): Variable removed.
41256 [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
41257 [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
41258 __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
41259 (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
41260 (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
41262 (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
41263 (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
[all …]
DChangeLog.212919 (__SIGRTMIN): Remove.
DChangeLog.nptl9841 __SIGRTMIN+1.