Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dsignal-defs.h29 #ifndef SA_NOCLDSTOP
30 #define SA_NOCLDSTOP 0x00000001 macro
/linux/include/linux/
H A Dsignal_types.h85 (SA_NOCLDSTOP | SA_NOCLDWAIT | SA_SIGINFO | SA_ONSTACK | SA_RESTART | \
/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h46 #define SA_NOCLDSTOP 0x00000008 macro
/linux/arch/mips/include/uapi/asm/
H A Dsignal.h77 #define SA_NOCLDSTOP 0x00000001 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h65 #define SA_NOCLDSTOP 0x00000004 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h136 #define SA_NOCLDSTOP _SV_IGNCHILD macro
/linux/kernel/
H A Dsignal.c2210 !(sighand->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDSTOP)) in do_notify_parent_cldstop()