Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dfork.rs210 new_pcb.flags().insert(ProcessFlags::VFORK); in copy_flags()
H A Dmod.rs589 const VFORK = 1 << 2; constant