/third_party/ltp/include/lapi/ |
D | prctl.h | 29 # define PR_GET_CHILD_SUBREAPER 37 macro
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl03.c | 38 TEST(prctl(PR_GET_CHILD_SUBREAPER, &get_val)); in check_get_subreaper()
|
/third_party/musl/ndk_musl_include/sys/ |
D | prctl.h | 109 #define PR_GET_CHILD_SUBREAPER 37 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | prctl.h | 109 #define PR_GET_CHILD_SUBREAPER 37 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | prctl.h | 109 #define PR_GET_CHILD_SUBREAPER 37 macro
|
/third_party/musl/include/sys/ |
D | prctl.h | 109 #define PR_GET_CHILD_SUBREAPER 37 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | prctl.h | 109 #define PR_GET_CHILD_SUBREAPER 37 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | prctl.h | 109 #define PR_GET_CHILD_SUBREAPER 37 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | prctl.h | 109 #define PR_GET_CHILD_SUBREAPER 37 macro
|
/third_party/rust/crates/rustix/src/process/ |
D | prctl.rs | 803 const PR_GET_CHILD_SUBREAPER: c_int = 37; constant 814 let r = prctl_get_at_arg2_optional::<c_uint>(PR_GET_CHILD_SUBREAPER)?; in child_subreaper()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 620 PR_GET_CHILD_SUBREAPER
|
D | linux.txt | 1731 PR_GET_CHILD_SUBREAPER
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1124 pub const PR_GET_CHILD_SUBREAPER: ::c_int = 37; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2018 pub const PR_GET_CHILD_SUBREAPER: ::c_int = 37; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2607 pub const PR_GET_CHILD_SUBREAPER: ::c_int = 37; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1258 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1255 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1263 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1468 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1254 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1253 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1247 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1254 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1244 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1476 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; constant
|