Home
last modified time | relevance | path

Searched refs:PR_SET_PDEATHSIG (Results 1 – 25 of 46) sorted by relevance

12

/external/strace/tests/
Dprctl-pdeathsig.c36 #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/
Dprctl-pdeathsig.c36 #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/
Dprctl-pdeathsig.c36 #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/
Dprctl_options.h6 #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),
Dprctl_options.in1 PR_SET_PDEATHSIG 1
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl01.c25 TEST(prctl(PR_SET_PDEATHSIG, SIGUSR2)); in verify_prctl()
Dprctl02.c93 {PR_SET_PDEATHSIG, &num_invalid, &num_0, EINVAL, "PR_SET_PDEATHSIG"},
/external/crosvm/jail/seccomp/x86_64/
Dblock.policy20 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_PDEATHSIG
Dserial.policy12 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_PDEATHSIG
Dvhost_vsock.policy30 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_PDEATHSIG
/external/compiler-rt/test/asan/TestCases/Linux/
Dsignal_during_stop_the_world.cc34 prctl(PR_SET_PDEATHSIG, SIGTERM, 0, 0, 0); in main()
/external/linux-kselftest/tools/testing/selftests/nsfs/
Dpidns.c35 prctl(PR_SET_PDEATHSIG, SIGKILL); in child()
Downer.c41 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
/external/libcap/libcap/include/uapi/linux/
Dprctl.h8 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/external/linux-kselftest/tools/testing/selftests/openat2/
Drename_attack_test.c62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack()
/external/musl/include/sys/
Dprctl.h10 #define PR_SET_PDEATHSIG 1 macro
/external/liburing/test/
Da4c0b3decb33.c99 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in setup_test()
Dsqpoll-disable-exit.c141 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in setup_test()
/external/kernel-headers/original/uapi/linux/
Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp68 internal_prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in runSideline()
/external/linux-kselftest/tools/testing/selftests/rlimits/
Drlimits-per-userns.c58 if (prctl(PR_SET_PDEATHSIG, SIGKILL) < 0) in fork_child()
/external/linux-kselftest/tools/testing/selftests/x86/
Dfsgsbase_restore.c160 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0, 0); in main()
/external/crosvm/devices/src/virtio/vhost/user/device/fs/sys/
Dunix.rs77 unsafe { libc::prctl(libc::PR_SET_PDEATHSIG, libc::SIGTERM) }; in jail_and_fork()
/external/linux-kselftest/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c45 ret = prctl(PR_SET_PDEATHSIG, SIGKILL); in __child()
/external/openthread/src/posix/
Dmain.c364 prctl(PR_SET_PDEATHSIG, SIGHUP); in main()

12