Searched refs:CLONE_VFORK (Results 1 – 2 of 2) sorted by relevance
311 if flags.contains(CloneFlags::CLONE_VFORK) { in clone()330 if flags.contains(CloneFlags::CLONE_VFORK) { in clone()
43 const CLONE_VFORK = 0x00004000; constant