/third_party/pulseaudio/src/pulsecore/ |
D | start-child.c | 95 #ifdef PR_SET_PDEATHSIG 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/ |
D | prctl01.c | 19 TEST(prctl(PR_SET_PDEATHSIG, SIGUSR2)); in verify_prctl()
|
D | prctl02.c | 84 {PR_SET_PDEATHSIG, &num_invalid, &num_0, EINVAL, "PR_SET_PDEATHSIG"},
|
/third_party/musl/ndk_musl_include/sys/ |
D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/musl/include/sys/ |
D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/third_party/pulseaudio/src/utils/ |
D | pasuspender.c | 88 prctl(PR_SET_PDEATHSIG, SIGTERM, 0, 0, 0); in start_child()
|
/third_party/rust/crates/rustix/src/process/ |
D | prctl.rs | 85 const PR_SET_PDEATHSIG: c_int = 1; constant 98 unsafe { prctl_2args(PR_SET_PDEATHSIG, signal as *mut _) }.map(|_r| ()) in set_parent_process_death_signal()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-spawn.c | 458 prctl(PR_SET_PDEATHSIG, SIGTERM); in lws_spawn_piped()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 672 PR_SET_PDEATHSIG
|
D | linux.txt | 1783 PR_SET_PDEATHSIG
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1028 pub const PR_SET_PDEATHSIG: ::c_int = 1; constant
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 504 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2754 pub const PR_SET_PDEATHSIG: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1922 pub const PR_SET_PDEATHSIG: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2511 pub const PR_SET_PDEATHSIG: ::c_int = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1182 pub const PR_SET_PDEATHSIG: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1179 pub const PR_SET_PDEATHSIG: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 1174 pub const PR_SET_PDEATHSIG: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1178 pub const PR_SET_PDEATHSIG: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1168 pub const PR_SET_PDEATHSIG: u32 = 1; constant
|