Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/ipc/
H A Dsignal.rs216 const SA_RESTART = 0x10000000; constant
220 …NODEFER.bits()|Self::SA_ONSTACK.bits()|Self::SA_RESETHAND.bits()|Self::SA_RESTART.bits()|Self::SA_…
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs233 const SA_RESTART = 0x10000000; constant
237 …NODEFER.bits()|Self::SA_ONSTACK.bits()|Self::SA_RESETHAND.bits()|Self::SA_RESTART.bits()|Self::SA_…