Home
last modified time | relevance | path

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

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