Searched refs:CLONE_VFORK (Results 1 – 3 of 3) sorted by relevance
35 #define CLONE_VFORK 0x00004000 macro48 mov x0, #(CLONE_VM | CLONE_VFORK | SIGCHLD)
29 #define CLONE_VFORK 0x00004000 macro
96 if (!(flags & (CLONE_VM|CLONE_VFORK))) { in clone()