Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dsyscall.rs311 if flags.contains(CloneFlags::CLONE_VFORK) { in clone()
330 if flags.contains(CloneFlags::CLONE_VFORK) { in clone()
H A Dfork.rs43 const CLONE_VFORK = 0x00004000; constant