/third_party/ltp/include/lapi/ |
D | prctl.h | 27 #ifndef PR_SET_CHILD_SUBREAPER 28 # define PR_SET_CHILD_SUBREAPER 36 macro
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl03.c | 61 TEST(prctl(PR_SET_CHILD_SUBREAPER, 1)); in verify_prctl()
|
/third_party/musl/ndk_musl_include/sys/ |
D | prctl.h | 108 #define PR_SET_CHILD_SUBREAPER 36 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | prctl.h | 108 #define PR_SET_CHILD_SUBREAPER 36 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | prctl.h | 108 #define PR_SET_CHILD_SUBREAPER 36 macro
|
/third_party/musl/include/sys/ |
D | prctl.h | 108 #define PR_SET_CHILD_SUBREAPER 36 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | prctl.h | 108 #define PR_SET_CHILD_SUBREAPER 36 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | prctl.h | 108 #define PR_SET_CHILD_SUBREAPER 36 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | prctl.h | 108 #define PR_SET_CHILD_SUBREAPER 36 macro
|
/third_party/rust/crates/rustix/src/process/ |
D | prctl.rs | 819 const PR_SET_CHILD_SUBREAPER: c_int = 36; constant 830 unsafe { prctl_2args(PR_SET_CHILD_SUBREAPER, pid as *mut _) }.map(|_r| ()) in set_child_subreaper()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 647 PR_SET_CHILD_SUBREAPER
|
D | linux.txt | 1758 PR_SET_CHILD_SUBREAPER
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1123 pub const PR_SET_CHILD_SUBREAPER: ::c_int = 36; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2017 pub const PR_SET_CHILD_SUBREAPER: ::c_int = 36; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2606 pub const PR_SET_CHILD_SUBREAPER: ::c_int = 36; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1257 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1254 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1262 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1467 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1253 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1252 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1246 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1253 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1243 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1475 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
|