Searched refs:SA_NOCLDSTOP (Results 1 – 17 of 17) sorted by relevance
81 nact.sa_flags |= SA_NOCLDSTOP; in signal()144 act.sa_flags |= SA_NOCLDSTOP; in sigignore()211 nact.sa_flags |= SA_NOCLDSTOP; in sigset()
57 #if !_std_signal && (_lib_sigaction && defined(SA_NOCLDSTOP) || _lib_sigvec && defined(SV_INTERRUPT…59 #if !defined(SA_NOCLDSTOP) || !defined(SA_INTERRUPT) && defined(SV_INTERRUPT)
90 if (act->sa_flags & SA_NOCLDSTOP)122 oact->sa_flags |= SA_NOCLDSTOP;
106 flags |= SA_NOCLDSTOP; in sigaction()199 flags |= SA_NOCLDSTOP; in sigaction32()
337 sp->sa_flags & (SA_NOCLDWAIT|SA_NOCLDSTOP)); in look()377 flagmask |= (SA_NOCLDSTOP|SA_NOCLDWAIT); in sigflags()399 if (flags & SA_NOCLDSTOP) in sigflags()
68 #define SA_NOCLDSTOP 0x0008 /* don't send a SIGCHLD on child stop */ macro
142 #define SA_NOCLDSTOP SV_NOCLDSTOP macro
127 #define SA_NOCLDSTOP 0x00020000 /* don't send job control SIGCLD's */ macro
173 #define SA_NOCLDSTOP 0x00020000 /* don't send job control SIGCLD's */ macro
575 # if defined(SA_NOCLDSTOP) || defined(SA_NOCLDWAIT) in job_init()576 # if !defined(SA_NOCLDSTOP) in job_init()577 # define SA_NOCLDSTOP 0 in job_init() macro582 sigflag(SIGCHLD, SA_NOCLDSTOP|SA_NOCLDWAIT, 0); in job_init()
240 sa.sa_flags = SA_NOCLDSTOP; in main()
600 SA_NOCLDSTOP; in main()
403 @ MSG_SA_NOCLDSTOP "SA_NOCLDSTOP"
1388 { SA_NOCLDSTOP, MSG_SA_NOCLDSTOP }, in conv_cnote_sa_flags()
1141 sp->sa_flags |= SA_NOCLDSTOP; in gcore_prgetaction()
1334 sp->sa_flags |= SA_NOCLDSTOP; in prgetaction()1364 sp->sa_flags |= SA_NOCLDSTOP; in prgetaction32()
1621 if (flags & SA_NOCLDSTOP) in setsigact()