Home
last modified time | relevance | path

Searched refs:PR_SET_PDEATHSIG (Results 1 - 25 of 33) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
H A Dstart-child.c95 #ifdef PR_SET_PDEATHSIG in pa_start_child_for_read()
96 /* On Linux we can use PR_SET_PDEATHSIG to have the helper in pa_start_child_for_read()
101 prctl(PR_SET_PDEATHSIG, SIGTERM, 0, 0, 0); in pa_start_child_for_read()
/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
25 TEST(prctl(PR_SET_PDEATHSIG, SIGUSR2)); in verify_prctl()
27 tst_res(TFAIL | TTERRNO, "prctl(PR_SET_PDEATHSIG) failed"); in verify_prctl()
31 tst_res(TPASS, "prctl(PR_SET_PDEATHSIG) succeeded"); in verify_prctl()
H A Dprctl02.c10 * - EINVAL when option is PR_SET_PDEATHSIG & arg2 is not zero or a valid
93 {PR_SET_PDEATHSIG, &num_invalid, &num_0, EINVAL, "PR_SET_PDEATHSIG"},
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h10 #define PR_SET_PDEATHSIG 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h10 #define PR_SET_PDEATHSIG 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h10 #define PR_SET_PDEATHSIG 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h10 #define PR_SET_PDEATHSIG 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h10 #define PR_SET_PDEATHSIG 1 macro
/third_party/musl/include/sys/
H A Dprctl.h10 #define PR_SET_PDEATHSIG 1 macro
/third_party/pulseaudio/src/utils/
H A Dpasuspender.c88 prctl(PR_SET_PDEATHSIG, SIGTERM, 0, 0, 0); in start_child()
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs67 // PR_GET_PDEATHSIG/PR_SET_PDEATHSIG
85 const PR_SET_PDEATHSIG: c_int = 1; consts
90 /// - [Linux: `prctl(PR_SET_PDEATHSIG,...)`]
93 /// [Linux: `prctl(PR_SET_PDEATHSIG,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
98 unsafe { prctl_2args(PR_SET_PDEATHSIG, signal as *mut _) }.map(|_r| ()) in set_parent_process_death_signal()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-spawn.c458 prctl(PR_SET_PDEATHSIG, SIGTERM); in lws_spawn_piped()
/third_party/eudev/src/udev/
H A Dudev-event.c436 prctl(PR_SET_PDEATHSIG, SIGTERM); in spawn_exec()
H A Dudevd.c286 prctl(PR_SET_PDEATHSIG, SIGTERM); in worker_spawn()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1028 pub const PR_SET_PDEATHSIG: ::c_int = 1; consts
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c505 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2754 pub const PR_SET_PDEATHSIG: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1179 pub const PR_SET_PDEATHSIG: u32 = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2511 pub const PR_SET_PDEATHSIG: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1922 pub const PR_SET_PDEATHSIG: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1182 pub const PR_SET_PDEATHSIG: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1174 pub const PR_SET_PDEATHSIG: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1192 pub const PR_SET_PDEATHSIG: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1187 pub const PR_SET_PDEATHSIG: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1184 pub const PR_SET_PDEATHSIG: u32 = 1; consts

Completed in 128 milliseconds

12