Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dprctl.c75 [PR_SET_PDEATHSIG] = all_but2, in syscall_arg__scnprintf_prctl_option()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/
H A Drename_attack_test.c62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c160 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0, 0); in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c45 ret = prctl(PR_SET_PDEATHSIG, SIGKILL); in __child()
/OK3568_Linux_fs/kernel/tools/testing/selftests/uevent/
H A Duevent_filtering.c223 ret = prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in set_death_signal()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c689 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py1563 PR_SET_PDEATHSIG = 1 variable
1574 result = cdll['libc.so.6'].prctl(PR_SET_PDEATHSIG, signum)
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c2446 case PR_SET_PDEATHSIG: in SYSCALL_DEFINE5()