Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dfork.rs81 const CLONE_CLEAR_SIGHAND = 0x100000000; constant
322 if clone_flags.contains(CloneFlags::CLONE_CLEAR_SIGHAND) { in copy_sighand()