/third_party/pulseaudio/src/pulsecore/ |
H A D | start-child.c | 95 #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 D | prctl01.c | 9 * 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 D | prctl02.c | 10 * - 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 D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/musl/include/sys/ |
H A D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/pulseaudio/src/utils/ |
H A D | pasuspender.c | 88 prctl(PR_SET_PDEATHSIG, SIGTERM, 0, 0, 0); in start_child()
|
/third_party/rust/crates/rustix/src/process/ |
H A D | prctl.rs | 67 // 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 D | unix-spawn.c | 458 prctl(PR_SET_PDEATHSIG, SIGTERM); in lws_spawn_piped()
|
/third_party/eudev/src/udev/ |
H A D | udev-event.c | 436 prctl(PR_SET_PDEATHSIG, SIGTERM); in spawn_exec()
|
H A D | udevd.c | 286 prctl(PR_SET_PDEATHSIG, SIGTERM); in worker_spawn()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1028 pub const PR_SET_PDEATHSIG: ::c_int = 1; consts
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 505 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2754 pub const PR_SET_PDEATHSIG: ::c_int = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1179 pub const PR_SET_PDEATHSIG: u32 = 1; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2511 pub const PR_SET_PDEATHSIG: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1922 pub const PR_SET_PDEATHSIG: ::c_int = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1182 pub const PR_SET_PDEATHSIG: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1174 pub const PR_SET_PDEATHSIG: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1192 pub const PR_SET_PDEATHSIG: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1187 pub const PR_SET_PDEATHSIG: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1184 pub const PR_SET_PDEATHSIG: u32 = 1; consts
|