Searched refs:CLONE_VFORK (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | clone_flags.h | 20 #if !(defined(CLONE_VFORK) || (defined(HAVE_DECL_CLONE_VFORK) && HAVE_DECL_CLONE_VFORK)) 21 # define CLONE_VFORK 0x00004000 macro 86 XLAT(CLONE_VFORK),
|
D | clone_flags.in | 7 CLONE_VFORK 0x00004000
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 13 #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/ |
D | clone05.c | 59 TEST(ltp_clone(CLONE_VM | CLONE_VFORK | SIGCHLD, child_fn, NULL, in main()
|
/external/valgrind/none/tests/linux/ |
D | clonev.c | 54 SIGCHLD | CLONE_VFORK | CLONE_VM, NULL); in main()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | TYPES.py | 94 CLONE_VFORK = 0x00004000 variable
|
D | IN.py | 192 CLONE_VFORK = 0x00004000 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 119 #ifdef CLONE_VFORK 120 { "CLONE_VFORK", (unsigned long) CLONE_VFORK },
|
/external/libchrome/sandbox/linux/services/ |
D | credentials.cc | 114 clone_flags |= CLONE_VM | CLONE_VFORK | CLONE_SETTLS; in ChrootToSafeEmptyDir()
|
/external/strace/ |
D | strace.spec | 223 - fix CLONE_VFORK handling (#455078) 236 - fix -f tracing of CLONE_VFORK (#455078)
|
D | README-linux-ptrace | 250 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
|
D | strace.spec.in | 223 - fix CLONE_VFORK handling (#455078) 236 - fix -f tracing of CLONE_VFORK (#455078)
|
D | ChangeLog-CVS | 549 (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/ |
D | 3_10_BUGSTATUS.txt | 90 342040 Valgrind mishandles clone with CLONE_VFORK | CLONE_VM that clones
|
/external/valgrind/ |
D | NEWS | 70 * 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
|