Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dexit.c168 p->exit_signal = SIGCHLD; in forget_original_parent()
372 if (current->exit_signal && current->exit_signal != SIGCHLD && in exit_notify()
375 current->exit_signal = SIGCHLD; in exit_notify()
389 do_notify_parent(current, current->exit_signal); in exit_notify()
402 do_notify_parent(p, p->exit_signal); in exit_notify()
524 if (((p->exit_signal != SIGCHLD) ^ ((options & __WCLONE) != 0)) in sys_wait4()
Dfork.c772 p->exit_signal = clone_flags & CSIGNAL; in do_fork()
Dsched.c1298 this_task->exit_signal = SIGCHLD; in reparent_to_init()
/linux-2.4.37.9/include/linux/raid/
Dmd_compatible.h75 current->exit_signal = SIGCHLD; in md_init_signals()
/linux-2.4.37.9/fs/proc/
Darray.c407 task->exit_signal, in proc_pid_stat()
/linux-2.4.37.9/include/linux/
Dsched.h333 int exit_code, exit_signal; member
/linux-2.4.37.9/arch/mips/kernel/
Dirixsig.c675 if ((p->exit_signal != SIGCHLD)) in irix_waitsys()