Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dasync-teardown.c64 prctl(PR_SET_PDEATHSIG, SIGHUP); in async_teardown_fn()
/openbmc/linux/tools/testing/selftests/nsfs/
H A Dpidns.c35 prctl(PR_SET_PDEATHSIG, SIGKILL); in child()
H A Downer.c41 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
/openbmc/linux/tools/perf/trace/beauty/
H A Dprctl.c75 [PR_SET_PDEATHSIG] = all_but2, in syscall_arg__scnprintf_prctl_option()
/openbmc/linux/tools/testing/selftests/openat2/
H A Drename_attack_test.c62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack()
/openbmc/linux/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c58 if (prctl(PR_SET_PDEATHSIG, SIGKILL) < 0) in fork_child()
/openbmc/linux/include/uapi/linux/
H A Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/openbmc/linux/tools/perf/bench/
H A Dsched-seccomp-notify.c117 if (prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0)) in bench_sched_seccomp_notify()
/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c160 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0, 0); in main()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c45 ret = prctl(PR_SET_PDEATHSIG, SIGKILL); in __child()
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c144 err = prctl(PR_SET_PDEATHSIG, SIGKILL); in local_storage_tasks_trace_setup()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmigration.c160 prctl(PR_SET_PDEATHSIG, SIGHUP);
/openbmc/linux/tools/testing/selftests/uevent/
H A Duevent_filtering.c223 ret = prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in set_death_signal()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c688 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1610 PR_SET_PDEATHSIG = 1 variable
1621 result = cdll['libc.so.6'].prctl(PR_SET_PDEATHSIG, signum)
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c429 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in qtest_spawn_qemu()
/openbmc/linux/kernel/
H A Dsys.c2448 case PR_SET_PDEATHSIG: in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dsyscall.c6391 case PR_SET_PDEATHSIG: in do_prctl()
6392 return get_errno(prctl(PR_SET_PDEATHSIG, target_to_host_signal(arg2), in do_prctl()