Searched refs:SA_NOCLDSTOP (Results 1 – 8 of 8) 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()
53 #define SA_NOCLDSTOP 0x00000004 /* Don't send SIGCHLD when children stop. */ macro
56 #define SA_NOCLDSTOP 1 /* Don't send SIGCHLD when children stop. */ macro
54 #define SA_NOCLDSTOP 0x00000001 /* Don't send SIGCHLD when children stop. */ macro
59 #define SA_NOCLDSTOP 0x00000008 /* 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
Completed in 7 milliseconds