Searched refs:PR_SET_PDEATHSIG (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /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 D | prctl.h | 9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | prctl.c | 75 [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 D | prctl.h | 9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | rename_attack_test.c | 62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | prctl.h | 9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | prctl.h | 9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | fsgsbase_restore.c | 160 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0, 0); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_getfd_test.c | 45 ret = prctl(PR_SET_PDEATHSIG, SIGKILL); in __child()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/uevent/ |
| H A D | uevent_filtering.c | 223 ret = prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in set_death_signal()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 689 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | utils.py | 1563 PR_SET_PDEATHSIG = 1 variable 1574 result = cdll['libc.so.6'].prctl(PR_SET_PDEATHSIG, signum)
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys.c | 2446 case PR_SET_PDEATHSIG: in SYSCALL_DEFINE5()
|