/openbmc/qemu/system/ |
H A D | async-teardown.c | 64 prctl(PR_SET_PDEATHSIG, SIGHUP); in async_teardown_fn()
|
/openbmc/linux/tools/testing/selftests/nsfs/ |
H A D | pidns.c | 35 prctl(PR_SET_PDEATHSIG, SIGKILL); in child()
|
H A D | owner.c | 41 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | prctl.c | 75 [PR_SET_PDEATHSIG] = all_but2, in syscall_arg__scnprintf_prctl_option()
|
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | rename_attack_test.c | 62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack()
|
/openbmc/linux/tools/testing/selftests/rlimits/ |
H A D | rlimits-per-userns.c | 58 if (prctl(PR_SET_PDEATHSIG, SIGKILL) < 0) in fork_child()
|
/openbmc/linux/include/uapi/linux/ |
H A D | prctl.h | 9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | prctl.h | 9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
|
/openbmc/linux/tools/perf/bench/ |
H A D | sched-seccomp-notify.c | 117 if (prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0)) in bench_sched_seccomp_notify()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 160 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0, 0); in main()
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_getfd_test.c | 45 ret = prctl(PR_SET_PDEATHSIG, SIGKILL); in __child()
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage_rcu_tasks_trace.c | 144 err = prctl(PR_SET_PDEATHSIG, SIGKILL); in local_storage_tasks_trace_setup()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | migration.c | 160 prctl(PR_SET_PDEATHSIG, SIGHUP);
|
/openbmc/linux/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 223 ret = prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in set_death_signal()
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 688 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1610 PR_SET_PDEATHSIG = 1 variable 1621 result = cdll['libc.so.6'].prctl(PR_SET_PDEATHSIG, signum)
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 429 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in qtest_spawn_qemu()
|
/openbmc/linux/kernel/ |
H A D | sys.c | 2448 case PR_SET_PDEATHSIG: in SYSCALL_DEFINE5()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 6391 case PR_SET_PDEATHSIG: in do_prctl() 6392 return get_errno(prctl(PR_SET_PDEATHSIG, target_to_host_signal(arg2), in do_prctl()
|