Lines Matching full:signal
22 #define TARGET_SIGTERM 15 /* software termination signal from kill */
24 #define TARGET_SIGSTOP 17 /* sendable stop signal not from tty */
25 #define TARGET_SIGTSTP 18 /* stop signal from tty */
30 #define TARGET_SIGIO 23 /* input/output possible signal */
37 #define TARGET_SIGUSR1 30 /* user defined signal 1 */
38 #define TARGET_SIGUSR2 31 /* user defined signal 2 */
48 #define TARGET_SA_ONSTACK 0x0001 /* take signal on signal stack */
49 #define TARGET_SA_RESTART 0x0002 /* restart system on signal return */
50 #define TARGET_SA_RESETHAND 0x0004 /* reset to SIG_DFL when taking signal */
51 #define TARGET_SA_NODEFER 0x0010 /* don't mask the signal we're delivering */
60 #define TARGET_SIG_BLOCK 1 /* block specified signal set */
61 #define TARGET_SIG_UNBLOCK 2 /* unblock specified signal set */
62 #define TARGET_SIG_SETMASK 3 /* set specified signal set */