Home
last modified time | relevance | path

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

12

/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/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/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.c19 TEST(prctl(PR_SET_PDEATHSIG, SIGUSR2)); in verify_prctl()
Dprctl02.c25 {PR_SET_PDEATHSIG, INVALID_ARG, EINVAL},
/external/compiler-rt/test/asan/TestCases/Linux/
Dsignal_during_stop_the_world.cc34 prctl(PR_SET_PDEATHSIG, SIGTERM, 0, 0, 0); in main()
/external/libcap/libcap/include/uapi/linux/
Dprctl.h6 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/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/kernel-headers/original/uapi/linux/
Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/external/syzkaller/executor/
Dexecutor_linux.h26 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in os_init()
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp68 internal_prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in runSideline()
/external/minijail/linux-x86/
Dlibconstants.gen.c950 #ifdef PR_SET_PDEATHSIG
951 { "PR_SET_PDEATHSIG", (unsigned long) PR_SET_PDEATHSIG },
/external/strace/
Dprctl.c336 case PR_SET_PDEATHSIG: in SYS_FUNC()
/external/linux-kselftest/tools/testing/selftests/uevent/
Duevent_filtering.c224 ret = prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in set_death_signal()
/external/honggfuzz/linux/
Darch.c94 if (prctl(PR_SET_PDEATHSIG, (unsigned long)SIGKILL, 0UL, 0UL, 0UL) == -1) { in arch_fork()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc259 internal_prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in TracerThread()
/external/syzkaller/sys/linux/
Dsys_386.const425 PR_SET_PDEATHSIG = 1
Dsys_amd64.const425 PR_SET_PDEATHSIG = 1
Dsys_ppc64le.const425 PR_SET_PDEATHSIG = 1
Dsys_arm.const425 PR_SET_PDEATHSIG = 1
Dsys_arm64.const425 PR_SET_PDEATHSIG = 1
/external/libchrome/base/process/
Dlaunch_posix.cc492 if (prctl(PR_SET_PDEATHSIG, SIGKILL) != 0) { in LaunchProcess()

12