Searched refs:CLONE_VFORK (Results 1 – 12 of 12) sorted by relevance
51 if (!(flags & (CLONE_VM | CLONE_VFORK)) && func) { in clone()62 if (!(flags & (CLONE_VM | CLONE_VFORK)) && func) { in clone()
42 TST_EXP_PID_SILENT(ltp_clone(CLONE_VM | CLONE_VFORK | SIGCHLD, child_fn, NULL, in verify_clone()
45 #define CLONE_VFORK 0x00004000 macro
58 #define CLONE_VFORK 0x00004000 macro
59 #define CLONE_VFORK 0x00004000 macro
47 #define CLONE_VFORK 0x00004000 macro
188 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()
186 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()