Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/
Dlibc_sigaction.c54 && (a.sa_flags & SA_NOCLDSTOP) != (old.sa_flags & SA_NOCLDSTOP)) in __libc_sigaction()
62 __proc_mod_stopchild (port, !(a.sa_flags & SA_NOCLDSTOP))); in __libc_sigaction()
/glibc-2.36/bits/
Dsigaction.h67 #define SA_NOCLDSTOP 0x0008 /* Don't send SIGCHLD when children stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsigaction.h53 #define SA_NOCLDSTOP 0x00000004 /* Don't send SIGCHLD when children stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dsigaction.h59 #define SA_NOCLDSTOP 0x00000008 /* Don't send SIGCHLD when children stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/bits/
Dsigaction.h54 #define SA_NOCLDSTOP 0x00000001 /* Don't send SIGCHLD when children stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsigaction.h56 #define SA_NOCLDSTOP 1 /* Don't send SIGCHLD when children stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dsigaction.h62 #define SA_NOCLDSTOP 0x00000008 /* Don't send SIGCHLD when children stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dsigaction.h62 #define SA_NOCLDSTOP 0x00000001 /* Don't send SIGCHLD when children stop. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/s390/bits/
Dsigaction.h90 #define SA_NOCLDSTOP 1 /* Don't send SIGCHLD when children stop. */ macro
/glibc-2.36/conform/data/
Dsignal.h-data113 constant SA_NOCLDSTOP
/glibc-2.36/ChangeLog.old/
DChangeLog.22727 SA_NOCLDSTOP inside #ifdef __USE_MISC.
3042 [__USE_BSD]: Put all but SA_NOCLDSTOP under this #ifdef.
DChangeLog.58070 SIGCHLD when the SA_NOCLDSTOP bit actually changes.
/glibc-2.36/manual/
Dsignal.texi1317 @deftypevr Macro int SA_NOCLDSTOP