Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dclone_flags.h48 #if defined(CLONE_VFORK) || (defined(HAVE_DECL_CLONE_VFORK) && HAVE_DECL_CLONE_VFORK)
50 static_assert((CLONE_VFORK) == (0x00004000), "CLONE_VFORK != 0x00004000");
53 # define CLONE_VFORK 0x00004000
184 XLAT(CLONE_VFORK),
Dclone_flags.in7 CLONE_VFORK 0x00004000
/external/kernel-headers/original/uapi/linux/
Dsched.h14 #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/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/strace/
Dstrace.spec232 - fix CLONE_VFORK handling (#455078)
245 - 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.in232 - fix CLONE_VFORK handling (#455078)
245 - fix -f tracing of CLONE_VFORK (#455078)
/external/syzkaller/sys/linux/
Dsys_386.const48 CLONE_VFORK = 16384
Dsys_amd64.const48 CLONE_VFORK = 16384
Dsys_arm.const48 CLONE_VFORK = 16384
Dsys_ppc64le.const48 CLONE_VFORK = 16384
Dsys_arm64.const48 CLONE_VFORK = 16384
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_netbsd_386.go159 CLONE_VFORK = 0x4000 const
Dzerrors_netbsd_amd64.go159 CLONE_VFORK = 0x4000 const
Dzerrors_linux_sparc64.go291 CLONE_VFORK = 0x4000 const
Dzerrors_linux_mipsle.go309 CLONE_VFORK = 0x4000 const
Dzerrors_linux_s390x.go309 CLONE_VFORK = 0x4000 const
Dzerrors_linux_arm.go309 CLONE_VFORK = 0x4000 const
Dzerrors_linux_ppc64le.go309 CLONE_VFORK = 0x4000 const
Dzerrors_linux_mips64.go309 CLONE_VFORK = 0x4000 const
Dzerrors_linux_ppc64.go309 CLONE_VFORK = 0x4000 const
Dzerrors_linux_amd64.go309 CLONE_VFORK = 0x4000 const

12