Home
last modified time | relevance | path

Searched refs:PS_NOCLDSTOP (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/kern/
H A Dsys_sig.c506 p->p_sflag |= PS_NOCLDSTOP; in sigaction1()
508 p->p_sflag &= ~PS_NOCLDSTOP; in sigaction1()
H A Dkern_sig.c357 p->p_sflag &= ~PS_NOCLDSTOP; in siginit()
2036 sigswitch(PS_NOCLDSTOP, p->p_xsig, false); in issignal()
2427 proc_stop_done(p, PS_NOCLDSTOP); in proc_stop()
2496 proc_stop_done(p, PS_NOCLDSTOP); in proc_stop_callout()
H A Dkern_fork.c460 (p1->p_sflag & (PS_STOPFORK | PS_STOPEXEC | PS_NOCLDSTOP)); in fork1()
H A Dkern_exec.c2714 (p1->p_sflag & (PS_STOPFORK | PS_STOPEXEC | PS_NOCLDSTOP)); in do_posix_spawn()
H A Dkern_proc.c1992 PS_NOCLDSTOP, P_NOCLDSTOP,
/netbsd/sys/sys/
H A Dproc.h391 #define PS_NOCLDSTOP 0x00000008 /* No SIGCHLD when children stop */ macro