Home
last modified time | relevance | path

Searched refs:CLONE_VFORK (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dclone_flags.h20 #if !(defined(CLONE_VFORK) || (defined(HAVE_DECL_CLONE_VFORK) && HAVE_DECL_CLONE_VFORK))
21 # define CLONE_VFORK 0x00004000 macro
86 XLAT(CLONE_VFORK),
Dclone_flags.in7 CLONE_VFORK 0x00004000
/external/kernel-headers/original/uapi/linux/
Dsched.h13 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
/external/ltp/testcases/kernel/syscalls/clone/
Dclone05.c59 TEST(ltp_clone(CLONE_VM | CLONE_VFORK | SIGCHLD, child_fn, NULL, in main()
/external/valgrind/none/tests/linux/
Dclonev.c54 SIGCHLD | CLONE_VFORK | CLONE_VM, NULL); in main()
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py94 CLONE_VFORK = 0x00004000 variable
DIN.py192 CLONE_VFORK = 0x00004000 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c119 #ifdef CLONE_VFORK
120 { "CLONE_VFORK", (unsigned long) CLONE_VFORK },
/external/libchrome/sandbox/linux/services/
Dcredentials.cc114 clone_flags |= CLONE_VM | CLONE_VFORK | CLONE_SETTLS; in ChrootToSafeEmptyDir()
/external/strace/
Dstrace.spec223 - fix CLONE_VFORK handling (#455078)
236 - fix -f tracing of CLONE_VFORK (#455078)
DREADME-linux-ptrace250 PTRACE_EVENT_VFORK - stop before return from vfork/clone+CLONE_VFORK.
260 vfork/clone+CLONE_VFORK, but after vfork child unblocked this tracee by
395 then children created by (vfork or clone(CLONE_VFORK)), (fork or
Dstrace.spec.in223 - fix CLONE_VFORK handling (#455078)
236 - fix -f tracing of CLONE_VFORK (#455078)
DChangeLog-CVS549 (setbpt): Clear CLONE_VM in the case we already clear CLONE_VFORK for
686 * util.c (CLONE_VFORK): Define if not defined already.
687 (setbpt): Clear CLONE_VFORK for SYS_clone and SYS_clone2.
/external/valgrind/docs/internals/
D3_10_BUGSTATUS.txt90 342040 Valgrind mishandles clone with CLONE_VFORK | CLONE_VM that clones
/external/valgrind/
DNEWS70 * On Linux, clone handling has been improved to honour CLONE_VFORK that
71 involves a child stack. Note however that CLONE_VFORK | CLONE_VM is handled
72 like CLONE_VFORK (by removing CLONE_VM), so applications that depend on
143 342040 Valgrind mishandles clone with CLONE_VFORK | CLONE_VM that clones