Home
last modified time | relevance | path

Searched refs:PR_SET_CHILD_SUBREAPER (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ltp/include/lapi/
Dprctl.h27 #ifndef PR_SET_CHILD_SUBREAPER
28 # define PR_SET_CHILD_SUBREAPER 36 macro
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl03.c61 TEST(prctl(PR_SET_CHILD_SUBREAPER, 1)); in verify_prctl()
/third_party/musl/ndk_musl_include/sys/
Dprctl.h108 #define PR_SET_CHILD_SUBREAPER 36 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dprctl.h108 #define PR_SET_CHILD_SUBREAPER 36 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dprctl.h108 #define PR_SET_CHILD_SUBREAPER 36 macro
/third_party/musl/include/sys/
Dprctl.h108 #define PR_SET_CHILD_SUBREAPER 36 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dprctl.h108 #define PR_SET_CHILD_SUBREAPER 36 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dprctl.h108 #define PR_SET_CHILD_SUBREAPER 36 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dprctl.h108 #define PR_SET_CHILD_SUBREAPER 36 macro
/third_party/rust/crates/rustix/src/process/
Dprctl.rs819 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/
Dfuchsia.txt647 PR_SET_CHILD_SUBREAPER
Dlinux.txt1758 PR_SET_CHILD_SUBREAPER
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1123 pub const PR_SET_CHILD_SUBREAPER: ::c_int = 36; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2017 pub const PR_SET_CHILD_SUBREAPER: ::c_int = 36; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2606 pub const PR_SET_CHILD_SUBREAPER: ::c_int = 36; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1257 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1254 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs1262 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs1467 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs1253 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs1252 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs1246 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs1253 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs1243 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs1475 pub const PR_SET_CHILD_SUBREAPER: u32 = 36; constant

12