/external/strace/tests/ |
D | prctl-pdeathsig.c | 36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG 51 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, bogus_signal); in main() 55 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, SIGINT); in main()
|
/external/strace/tests-m32/ |
D | prctl-pdeathsig.c | 36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG 51 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, bogus_signal); in main() 55 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, SIGINT); in main()
|
/external/strace/tests-mx32/ |
D | prctl-pdeathsig.c | 36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG 51 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, bogus_signal); in main() 55 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, SIGINT); in main()
|
/external/strace/xlat/ |
D | prctl_options.h | 6 #if defined(PR_SET_PDEATHSIG) || (defined(HAVE_DECL_PR_SET_PDEATHSIG) && HAVE_DECL_PR_SET_PDEATHSIG) 8 static_assert((PR_SET_PDEATHSIG) == (1), "PR_SET_PDEATHSIG != 1"); 11 # define PR_SET_PDEATHSIG 1 374 XLAT(PR_SET_PDEATHSIG),
|
D | prctl_options.in | 1 PR_SET_PDEATHSIG 1
|
/external/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl01.c | 25 TEST(prctl(PR_SET_PDEATHSIG, SIGUSR2)); in verify_prctl()
|
D | prctl02.c | 93 {PR_SET_PDEATHSIG, &num_invalid, &num_0, EINVAL, "PR_SET_PDEATHSIG"},
|
/external/crosvm/jail/seccomp/x86_64/ |
D | block.policy | 20 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_PDEATHSIG
|
D | serial.policy | 12 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_PDEATHSIG
|
D | vhost_vsock.policy | 30 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_PDEATHSIG
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | signal_during_stop_the_world.cc | 34 prctl(PR_SET_PDEATHSIG, SIGTERM, 0, 0, 0); in main()
|
/external/linux-kselftest/tools/testing/selftests/nsfs/ |
D | pidns.c | 35 prctl(PR_SET_PDEATHSIG, SIGKILL); in child()
|
D | owner.c | 41 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 8 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
|
/external/linux-kselftest/tools/testing/selftests/openat2/ |
D | rename_attack_test.c | 62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack()
|
/external/musl/include/sys/ |
D | prctl.h | 10 #define PR_SET_PDEATHSIG 1 macro
|
/external/liburing/test/ |
D | a4c0b3decb33.c | 99 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in setup_test()
|
D | sqpoll-disable-exit.c | 141 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in setup_test()
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
|
/external/compiler-rt/lib/esan/ |
D | esan_sideline_linux.cpp | 68 internal_prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in runSideline()
|
/external/linux-kselftest/tools/testing/selftests/rlimits/ |
D | rlimits-per-userns.c | 58 if (prctl(PR_SET_PDEATHSIG, SIGKILL) < 0) in fork_child()
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | fsgsbase_restore.c | 160 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0, 0); in main()
|
/external/crosvm/devices/src/virtio/vhost/user/device/fs/sys/ |
D | unix.rs | 77 unsafe { libc::prctl(libc::PR_SET_PDEATHSIG, libc::SIGTERM) }; in jail_and_fork()
|
/external/linux-kselftest/tools/testing/selftests/pidfd/ |
D | pidfd_getfd_test.c | 45 ret = prctl(PR_SET_PDEATHSIG, SIGKILL); in __child()
|
/external/openthread/src/posix/ |
D | main.c | 364 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()
|