Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsignal.h386 #define SA_NOCLDSTOP 0x0008 /* do not generate SIGCHLD on child stop */ macro
462 #define SV_NOCLDSTOP SA_NOCLDSTOP
/f-stack/freebsd/kern/
H A Dkern_sig.c700 SA_RESTART | SA_RESETHAND | SA_NOCLDSTOP | SA_NODEFER | in kern_sigaction()
725 oact->sa_flags |= SA_NOCLDSTOP; in kern_sigaction()
768 if (act->sa_flags & SA_NOCLDSTOP) in kern_sigaction()