Home
last modified time | relevance | path

Searched refs:PK_CLDSIGIGN (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/kern/
H A Dsys_sig.c528 p->p_flag &= ~PK_CLDSIGIGN; in sigaction1()
530 p->p_flag |= PK_CLDSIGIGN; in sigaction1()
532 p->p_flag &= ~PK_CLDSIGIGN; in sigaction1()
H A Dkern_fork.c350 p1->p_flag & (PK_SUGID | PK_NOCLDWAIT | PK_CLDSIGIGN | PK_32); in fork1()
H A Dkern_exit.c525 if (old_parent->p_flag & (PK_NOCLDWAIT|PK_CLDSIGIGN)) { in exit1()
H A Dkern_sig.c426 p->p_flag &= ~(PK_NOCLDWAIT | PK_CLDSIGIGN); in execsigs()
H A Dkern_exec.c2651 p1->p_flag & (PK_SUGID | PK_NOCLDWAIT | PK_CLDSIGIGN | PK_32); in do_posix_spawn()
H A Dkern_proc.c1986 PK_CLDSIGIGN, P_CLDSIGIGN,
/netbsd/sys/sys/
H A Dproc.h384 #define PK_CLDSIGIGN 0x00080000 /* Process is ignoring SIGCHLD */ macro