Searched refs:exit_signal (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dexit.c173 BUG_ON(leader->exit_signal == -1);
174 do_notify_parent(leader, leader->exit_signal);
183 zap_leader = (leader->exit_signal == -1);
292 current->exit_signal = SIGCHLD;
646 if (p->exit_signal != -1)
647 p->exit_signal = SIGCHLD;
653 p->exit_signal != -1 && thread_group_empty(p))
654 do_notify_parent(p, p->exit_signal);
719 if (p->exit_state == EXIT_ZOMBIE && p->exit_signal != -1 &&
721 do_notify_parent(p, p->exit_signal);
[all...]
H A Dfork.c1173 p->exit_signal = (clone_flags & CLONE_THREAD) ? -1 : (clone_flags & CSIGNAL);
H A Dsignal.c1453 tsk->exit_signal = -1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcn_proc.h95 __u32 exit_code, exit_signal; member in struct:proc_event::__anon9687::exit_proc_event
H A Dsched.h1001 int exit_code, exit_signal; member in struct:task_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/connector/
H A Dcn_proc.c155 ev->event_data.exit.exit_signal = task->exit_signal;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dsockfilt.c68 * 'exit_signal' the signal that triggered this change.
177 static volatile int exit_signal = 0; variable
182 store in exit_signal the signal that triggered its execution. */
189 exit_signal = signum;
1050 logmsg("============> sockfilt exits with signal (%d)", exit_signal);
1056 raise(exit_signal);
H A Drtspd.c239 static volatile int exit_signal = 0; variable
244 store in exit_signal the signal that triggered its execution. */
251 exit_signal = signum;
1457 ipv_inuse, (int)port, pid, exit_signal);
1463 raise(exit_signal);
H A Dsws.c231 static volatile int exit_signal = 0; variable
236 store in exit_signal the signal that triggered its execution. */
243 exit_signal = signum;
1489 ipv_inuse, (int)port, pid, exit_signal);
1495 raise(exit_signal);
H A Dtftpd.c268 static volatile int exit_signal = 0; variable
371 store in exit_signal the signal that triggered its execution. */
378 exit_signal = signum;
935 ipv_inuse, (int)port, pid, exit_signal);
941 raise(exit_signal);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Darray.c530 task->exit_signal,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dftpserver.pl166 my $exit_signal; # first signal handled in exit_signal_handler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixsig.c611 if ((p->exit_signal != SIGCHLD))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dexec.c723 tsk->exit_signal = SIGCHLD;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c2910 perm = signal_to_av(p->exit_signal);

Completed in 263 milliseconds