Home
last modified time | relevance | path

Searched refs:PR_GET_CHILD_SUBREAPER (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dprctl.h36 # define PR_GET_CHILD_SUBREAPER 37 macro
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl03.c10 * Test PR_SET_CHILD_SUBREAPER and PR_GET_CHILD_SUBREAPER of prctl(2).
22 * - PR_GET_CHILD_SUBREAPER can get the setting of PR_SET_CHILD_SUBREAPER.
45 TEST(prctl(PR_GET_CHILD_SUBREAPER, &get_val)); in check_get_subreaper()
47 tst_res(TFAIL | TTERRNO, "prctl(PR_GET_CHILD_SUBREAPER) failed"); in check_get_subreaper()
52 tst_res(TPASS, "prctl(PR_GET_CHILD_SUBREAPER) got expected %d", in check_get_subreaper()
55 tst_res(TFAIL, "prctl(PR_GET_CHILD_SUBREAPER) got %d, expected %d", in check_get_subreaper()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h109 #define PR_GET_CHILD_SUBREAPER 37 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h109 #define PR_GET_CHILD_SUBREAPER 37 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h109 #define PR_GET_CHILD_SUBREAPER 37 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h109 #define PR_GET_CHILD_SUBREAPER 37 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h109 #define PR_GET_CHILD_SUBREAPER 37 macro
/third_party/musl/include/sys/
H A Dprctl.h109 #define PR_GET_CHILD_SUBREAPER 37 macro
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs800 // PR_GET_CHILD_SUBREAPER/PR_SET_CHILD_SUBREAPER
803 const PR_GET_CHILD_SUBREAPER: c_int = 37; consts
808 /// - [`prctl(PR_GET_CHILD_SUBREAPER,...)`]
810 /// [`prctl(PR_GET_CHILD_SUBREAPER,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
814 let r = prctl_get_at_arg2_optional::<c_uint>(PR_GET_CHILD_SUBREAPER)?; in child_subreaper()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1124 pub const PR_GET_CHILD_SUBREAPER: ::c_int = 37; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1255 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2607 pub const PR_GET_CHILD_SUBREAPER: ::c_int = 37; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2018 pub const PR_GET_CHILD_SUBREAPER: ::c_int = 37; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1258 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1250 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1268 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1263 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1260 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1255 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1244 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1468 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1253 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1476 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1254 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1247 pub const PR_GET_CHILD_SUBREAPER: u32 = 37; consts

Completed in 190 milliseconds

12