Home | History | Annotate | Download | only in linux

Lines Matching defs:signal

9 #define CSIGNAL		0x000000ff	/* signal mask to be sent at exit */
13 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
65 #include <linux/signal.h>
385 /* current thread group signal load-balancing target: */
388 /* shared signal handling: */
395 * - everyone except group_exit_task is stopped during signal delivery
396 * of fatal signals, group_exit_task processes the signal.
481 #define SIGNAL_STOP_DEQUEUED 0x00000002 /* stop signal dequeued */
816 int pdeath_signal; /* The signal sent when the parent dies */
885 /* signal handlers */
886 struct signal_struct *signal;
1003 return tsk->signal->pgrp;
1041 #define PF_SIGNALED 0x00000400 /* killed by a signal */
1252 /* True if we are on the alternate signal stack. */