Searched refs:CLONE_VFORK (Results 1 – 5 of 5) sorted by relevance
26 #define CLONE_VFORK 0x00004000 macro27 #define CLONE_FLAGS_FOR_VFORK (CLONE_VM|CLONE_VFORK|SIGCHLD)
27 #define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to macro33 li a0, (CLONE_VFORK | CLONE_VM | SIGCHLD)
27 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_re… macro36 mov out0=CLONE_VM+CLONE_VFORK+SIGCHLD
50 # define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to macro
373 .flags = CLONE_VM | CLONE_VFORK, in __spawnix()
Completed in 5 milliseconds