Home
last modified time | relevance | path

Searched refs:SA_ONSTACK (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/ipc/
H A Dsignal.rs215 const SA_ONSTACK = 0x08000000; constant
220 …CLDSTOP.bits()|Self::SA_NOCLDWAIT.bits()|Self::SA_NODEFER.bits()|Self::SA_ONSTACK.bits()|Self::SA_…
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs232 const SA_ONSTACK = 0x08000000; constant
237 …CLDSTOP.bits()|Self::SA_NOCLDWAIT.bits()|Self::SA_NODEFER.bits()|Self::SA_ONSTACK.bits()|Self::SA_…