Searched refs:CLONE_VFORK (Results 1 – 6 of 6) sorted by relevance
36 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to macro84 movi a6, CLONE_VM | CLONE_VFORK | SIGCHLD109 movi a6, CLONE_VM | CLONE_VFORK | SIGCHLD135 movi a6, CLONE_VM | CLONE_VFORK | SIGCHLD
26 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_re… macro33 mov out0=CLONE_VM+CLONE_VFORK+SIGCHLD
15 #define CLONE_VFORK 0x00004000 macro16 #define CLONE_FLAGS_FOR_VFORK (CLONE_VM|CLONE_VFORK|SIGCHLD)
26 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_re… macro42 mov out0=CLONE_VM+CLONE_VFORK+SIGCHLD
29 #define CLONE_FLAGS (CLONE_VFORK | CLONE_VM | SIGCHLD)
44 # define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to macro
Completed in 4 milliseconds