Searched refs:p_sigparent (Results 1 – 6 of 6) sorted by relevance
498 q->p_sigparent = SIGCHLD; in exit1()612 p->p_sigparent = SIGCHLD; in exit1()626 else if (p->p_sigparent != 0) { in exit1()627 if (p->p_sigparent == SIGCHLD) in exit1()630 kern_psignal(p->p_pptr, p->p_sigparent); in exit1()1053 if ((p->p_sigparent != SIGCHLD) ^ in proc_to_reap()
518 p2->p_sigparent = RFTSIGNUM(flags); in do_fork()520 p2->p_sigparent = SIGUSR1; in do_fork()522 p2->p_sigparent = SIGCHLD; in do_fork()
398 p->p_sigparent = SIGCHLD; in procdesc_close()
1048 p->p_sigparent = SIGCHLD;
204 p2->p_sigparent = exit_signal; in linux_clone_proc()
551 int p_sigparent; /* (c) Signal to parent on exit. */ member