Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl01.c9 * Basic test for PR_SET_PDEATHSIG/PR_GET_PDEATHSIG
11 * Use PR_SET_PDEATHSIG to set SIGUSR2 signal and PR_GET_PDEATHSIG should
33 TEST(prctl(PR_GET_PDEATHSIG, &get_sig)); in verify_prctl()
35 tst_res(TFAIL | TTERRNO, "prctl(PR_GET_PDEATHSIG) failed"); in verify_prctl()
41 "prctl(PR_GET_PDEATHSIG) got expected death signal"); in verify_prctl()
43 tst_res(TFAIL, "prctl(PR_GET_PDEATHSIG) got death signal %d, expected %d", in verify_prctl()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h11 #define PR_GET_PDEATHSIG 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h11 #define PR_GET_PDEATHSIG 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h11 #define PR_GET_PDEATHSIG 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h11 #define PR_GET_PDEATHSIG 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h11 #define PR_GET_PDEATHSIG 2 macro
/third_party/musl/include/sys/
H A Dprctl.h11 #define PR_GET_PDEATHSIG 2 macro
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs67 // PR_GET_PDEATHSIG/PR_SET_PDEATHSIG
70 const PR_GET_PDEATHSIG: c_int = 2; consts
75 /// - [Linux: `prctl(PR_GET_PDEATHSIG,...)`]
78 /// [Linux: `prctl(PR_GET_PDEATHSIG,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
82 unsafe { prctl_get_at_arg2_optional::<c_int>(PR_GET_PDEATHSIG) }.map(Signal::from_raw) in parent_process_death_signal()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1029 pub const PR_GET_PDEATHSIG: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2755 pub const PR_GET_PDEATHSIG: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1180 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2512 pub const PR_GET_PDEATHSIG: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1923 pub const PR_GET_PDEATHSIG: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1183 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1175 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1193 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1188 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1185 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1180 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1169 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1393 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1178 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1401 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1179 pub const PR_GET_PDEATHSIG: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1172 pub const PR_GET_PDEATHSIG: u32 = 2; consts

Completed in 207 milliseconds

12