Searched refs:CLONE_VFORK (Results 1 – 12 of 12) sorted by relevance
20 #if !(defined(CLONE_VFORK) || (defined(HAVE_DECL_CLONE_VFORK) && HAVE_DECL_CLONE_VFORK))21 # define CLONE_VFORK 0x00004000 macro86 XLAT(CLONE_VFORK),
7 CLONE_VFORK 0x00004000
13 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
59 TEST(ltp_clone(CLONE_VM | CLONE_VFORK | SIGCHLD, child_fn, NULL, in main()
119 #ifdef CLONE_VFORK120 { "CLONE_VFORK", (unsigned long) CLONE_VFORK },
114 clone_flags |= CLONE_VM | CLONE_VFORK | CLONE_SETTLS; in ChrootToSafeEmptyDir()
216 - fix CLONE_VFORK handling (#455078)229 - fix -f tracing of CLONE_VFORK (#455078)
250 PTRACE_EVENT_VFORK - stop before return from vfork/clone+CLONE_VFORK.260 vfork/clone+CLONE_VFORK, but after vfork child unblocked this tracee by395 then children created by (vfork or clone(CLONE_VFORK)), (fork or
549 (setbpt): Clear CLONE_VM in the case we already clear CLONE_VFORK for686 * util.c (CLONE_VFORK): Define if not defined already.687 (setbpt): Clear CLONE_VFORK for SYS_clone and SYS_clone2.
90 342040 Valgrind mishandles clone with CLONE_VFORK | CLONE_VM that clones
1107 Test for CLONE_VFORK flag