Searched refs:SA_NOCLDSTOP (Results 1 – 13 of 13) sorted by relevance
54 && (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()
67 #define SA_NOCLDSTOP 0x0008 /* Don't send SIGCHLD when children stop. */ macro
53 #define SA_NOCLDSTOP 0x00000004 /* Don't send SIGCHLD when children stop. */ macro
59 #define SA_NOCLDSTOP 0x00000008 /* Don't send SIGCHLD when children stop. */ macro
54 #define SA_NOCLDSTOP 0x00000001 /* Don't send SIGCHLD when children stop. */ macro
56 #define SA_NOCLDSTOP 1 /* Don't send SIGCHLD when children stop. */ macro
62 #define SA_NOCLDSTOP 0x00000008 /* Don't send SIGCHLD when children stop. */ macro
62 #define SA_NOCLDSTOP 0x00000001 /* Don't send SIGCHLD when children stop. */ macro
90 #define SA_NOCLDSTOP 1 /* Don't send SIGCHLD when children stop. */ macro
113 constant SA_NOCLDSTOP
2727 SA_NOCLDSTOP inside #ifdef __USE_MISC.3042 [__USE_BSD]: Put all but SA_NOCLDSTOP under this #ifdef.
8070 SIGCHLD when the SA_NOCLDSTOP bit actually changes.
1317 @deftypevr Macro int SA_NOCLDSTOP