Home
last modified time | relevance | path

Searched refs:CLONE_PARENT (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dclone_flags.h55 #if defined(CLONE_PARENT) || (defined(HAVE_DECL_CLONE_PARENT) && HAVE_DECL_CLONE_PARENT)
57 static_assert((CLONE_PARENT) == (0x00008000), "CLONE_PARENT != 0x00008000");
60 # define CLONE_PARENT 0x00008000
185 XLAT(CLONE_PARENT),
Dclone_flags.in8 CLONE_PARENT 0x00008000
/external/kernel-headers/original/uapi/linux/
Dsched.h15 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/external/strace/tests-m32/
Dclone_parent.c58 CLONE_PARENT | SIGCHLD, 0); in main()
/external/strace/tests/
Dclone_parent.c58 CLONE_PARENT | SIGCHLD, 0); in main()
/external/strace/tests-mx32/
Dclone_parent.c58 CLONE_PARENT | SIGCHLD, 0); in main()
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c64 {"CLONE_PARENT", CLONE_PARENT | SIGCHLD,
/external/minijail/linux-x86/
Dlibconstants.gen.c95 #ifdef CLONE_PARENT
96 { "CLONE_PARENT", (unsigned long) CLONE_PARENT },
/external/syzkaller/sys/linux/
Dsys_386.const40 CLONE_PARENT = 32768
Dsys_amd64.const40 CLONE_PARENT = 32768
Dsys_arm.const40 CLONE_PARENT = 32768
Dsys_ppc64le.const40 CLONE_PARENT = 32768
Dsys_arm64.const40 CLONE_PARENT = 32768
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go283 CLONE_PARENT = 0x8000 const
Dzerrors_linux_mipsle.go301 CLONE_PARENT = 0x8000 const
Dzerrors_linux_s390x.go301 CLONE_PARENT = 0x8000 const
Dzerrors_linux_arm.go301 CLONE_PARENT = 0x8000 const
Dzerrors_linux_ppc64le.go301 CLONE_PARENT = 0x8000 const
Dzerrors_linux_mips64.go301 CLONE_PARENT = 0x8000 const
Dzerrors_linux_ppc64.go301 CLONE_PARENT = 0x8000 const
Dzerrors_linux_amd64.go301 CLONE_PARENT = 0x8000 const
Dzerrors_linux_mips64le.go301 CLONE_PARENT = 0x8000 const
Dzerrors_linux_386.go301 CLONE_PARENT = 0x8000 const
Dzerrors_linux_mips.go301 CLONE_PARENT = 0x8000 const
Dzerrors_linux_arm64.go301 CLONE_PARENT = 0x8000 const

12