Home
last modified time | relevance | path

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

/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-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-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/xlat/
Dprctl_options.h2 #if !(defined(PR_SET_PDEATHSIG) || (defined(HAVE_DECL_PR_SET_PDEATHSIG) && HAVE_DECL_PR_SET_PDEATHS…
3 # define PR_SET_PDEATHSIG 1 macro
152 XLAT(PR_SET_PDEATHSIG),
Dprctl_options.in1 PR_SET_PDEATHSIG 1
/external/compiler-rt/test/asan/TestCases/Linux/
Dsignal_during_stop_the_world.cc34 prctl(PR_SET_PDEATHSIG, SIGTERM, 0, 0, 0); in main()
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl01.c87 int option[2] = { PR_GET_PDEATHSIG, PR_SET_PDEATHSIG };
Dprctl02.c100 PR_SET_PDEATHSIG, INVALID_ARG, EINVAL}
/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/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.c271 case PR_SET_PDEATHSIG: in SYS_FUNC()
DChangeLog-CVS487 * process.c (sys_prctl): Decode PR_SET_PDEATHSIG, PR_GET_PDEATHSIG,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc259 internal_prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in TracerThread()
/external/honggfuzz/linux/
Darch.c111 if (prctl(PR_SET_PDEATHSIG, (unsigned long)SIGKILL, 0UL, 0UL, 0UL) == -1) { in arch_fork()
/external/libchrome/base/process/
Dlaunch_posix.cc491 if (prctl(PR_SET_PDEATHSIG, SIGKILL) != 0) { in LaunchProcess()
/external/kmod/testsuite/
Dtestsuite.c224 prctl(PR_SET_PDEATHSIG, SIGTERM); in test_run_child()
/external/e2fsprogs/contrib/
Dfsstress.c531 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c504 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()