/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-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/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/xlat/ |
D | prctl_options.h | 2 #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),
|
D | prctl_options.in | 1 PR_SET_PDEATHSIG 1
|
/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/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl01.c | 87 int option[2] = { PR_GET_PDEATHSIG, PR_SET_PDEATHSIG };
|
D | prctl02.c | 100 PR_SET_PDEATHSIG, INVALID_ARG, EINVAL}
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 6 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
|
/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/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/minijail/linux-x86/ |
D | libconstants.gen.c | 950 #ifdef PR_SET_PDEATHSIG 951 { "PR_SET_PDEATHSIG", (unsigned long) PR_SET_PDEATHSIG },
|
/external/strace/ |
D | prctl.c | 271 case PR_SET_PDEATHSIG: in SYS_FUNC()
|
D | ChangeLog-CVS | 487 * process.c (sys_prctl): Decode PR_SET_PDEATHSIG, PR_GET_PDEATHSIG,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 259 internal_prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in TracerThread()
|
/external/honggfuzz/linux/ |
D | arch.c | 111 if (prctl(PR_SET_PDEATHSIG, (unsigned long)SIGKILL, 0UL, 0UL, 0UL) == -1) { in arch_fork()
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 491 if (prctl(PR_SET_PDEATHSIG, SIGKILL) != 0) { in LaunchProcess()
|
/external/kmod/testsuite/ |
D | testsuite.c | 224 prctl(PR_SET_PDEATHSIG, SIGTERM); in test_run_child()
|
/external/e2fsprogs/contrib/ |
D | fsstress.c | 531 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|
/external/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 504 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|