Home
last modified time | relevance | path

Searched refs:PS_STOPFORK (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/kern/
H A Dkern_fork.c460 (p1->p_sflag & (PS_STOPFORK | PS_STOPEXEC | PS_NOCLDSTOP)); in fork1()
580 if (p2->p_sflag & PS_STOPFORK) { in fork1()
H A Dkern_resource.c1029 flag = PS_STOPFORK; in sysctl_proc_stop()
H A Dkern_exec.c2714 (p1->p_sflag & (PS_STOPFORK | PS_STOPEXEC | PS_NOCLDSTOP)); in do_posix_spawn()
H A Dkern_proc.c1994 PS_STOPFORK, P_STOPFORK,
/netbsd/sys/sys/
H A Dproc.h395 #define PS_STOPFORK 0x00800000 /* Child will be stopped on fork(2) */ macro