Searched refs:PK_NOCLDWAIT (Results 1 – 7 of 7) sorted by relevance
519 p->p_flag &= ~PK_NOCLDWAIT; in sigaction1()521 p->p_flag |= PK_NOCLDWAIT; in sigaction1()523 p->p_flag &= ~PK_NOCLDWAIT; in sigaction1()
350 p1->p_flag & (PK_SUGID | PK_NOCLDWAIT | PK_CLDSIGIGN | PK_32); in fork1()360 p2->p_flag |= (PK_SYSTEM | PK_NOCLDWAIT); in fork1()
526 if (old_parent->p_flag & (PK_NOCLDWAIT|PK_CLDSIGIGN)) { in exit1()
217 .p_flag = PK_SYSTEM | PK_NOCLDWAIT,1987 PK_NOCLDWAIT, P_NOCLDWAIT,
426 p->p_flag &= ~(PK_NOCLDWAIT | PK_CLDSIGIGN); in execsigs()
2651 p1->p_flag & (PK_SUGID | PK_NOCLDWAIT | PK_CLDSIGIGN | PK_32); in do_posix_spawn()
382 #define PK_NOCLDWAIT 0x00020000 /* No zombies if child dies */ macro