Home
last modified time | relevance | path

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

/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/strace/tests/
Dclone_parent.c58 CLONE_PARENT | SIGCHLD, 0); in main()
/external/strace/tests-m32/
Dclone_parent.c58 CLONE_PARENT | SIGCHLD, 0); in main()
/external/strace/tests-mx32/
Dclone_parent.c58 CLONE_PARENT | SIGCHLD, 0); in main()
/external/kernel-headers/original/uapi/linux/
Dsched.h18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c54 {"CLONE_PARENT", CLONE_PARENT | SIGCHLD,
/external/rust/crates/nix/src/
Dsched.rs26 CLONE_PARENT;
/external/minijail/linux-x86/
Dlibconstants.gen.c1276 #ifdef CLONE_PARENT
1277 { "CLONE_PARENT", (unsigned long) CLONE_PARENT },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1068 pub const CLONE_PARENT: ::c_int = 0x8000; constant
/external/strace/
DNEWS284 CLONE_PARENT/CLONE_PTRACE or called PTRACE_TRACEME on themselves): they
915 * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
DChangeLog13197 tests: check handling of CLONE_PARENT'ed and CLONE_PTRACE'ed processes.
52352 Handle CLONE_PARENT flag.
52354 same of the calling process when CLONE_PARENT is set.
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1908 pub const CLONE_PARENT: ::c_int = 0x8000; constant