Searched refs:CLONE_CLEAR_SIGHAND (Results 1 – 1 of 1) sorted by relevance
81 const CLONE_CLEAR_SIGHAND = 0x100000000; constant322 if clone_flags.contains(CloneFlags::CLONE_CLEAR_SIGHAND) { in copy_sighand()