/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd_wait.c | 108 kill(getpid(), SIGSTOP); in TEST() local 109 kill(getpid(), SIGSTOP); in TEST() local 176 kill(getpid(), SIGSTOP); in TEST() local
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | background.c | 82 allow_signal(SIGSTOP); in jffs2_garbage_collect_thread() 131 case SIGSTOP: in jffs2_garbage_collect_thread() 132 jffs2_dbg(1, "%s(): SIGSTOP received\n", in jffs2_garbage_collect_thread()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | background.c | 82 allow_signal(SIGSTOP); in jffs2_garbage_collect_thread() 131 case SIGSTOP: in jffs2_garbage_collect_thread() 132 jffs2_dbg(1, "%s(): SIGSTOP received\n", in jffs2_garbage_collect_thread()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
H A D | signal_test_001.cpp | 80 printf("raise(SIGSTOP);\n"); in TestCase() 81 raise(SIGSTOP); in TestCase() 136 retValue = raise(SIGSTOP); in TestCase()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 89 ASSERT_EQ(0, kill(pid, SIGSTOP)) { in TEST() 91 TH_LOG("kill SIGSTOP: %m"); in TEST() 147 case SIGSTOP: in TEST()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 134 syscall(SYS_tgkill, pid, tid, SIGSTOP); in tracee_zap_segment() 168 syscall(SYS_tgkill, pid, tid, SIGSTOP); in main() 184 /* Wait for SIGSTOP. */ in main() 213 /* Wait for SIGSTOP. */ in main() 223 /* Wait for SIGSTOP. */ in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test_arm64.c | 44 if (raise(SIGSTOP) != 0) { in child() 46 "raise(SIGSTOP) failed: %s\n", strerror(errno)); in child() 138 if (WSTOPSIG(status) != SIGSTOP) { in run_test() 139 ksft_print_msg("child did not stop with SIGSTOP\n"); in run_test()
|
H A D | step_after_suspend_test.c | 42 if (raise(SIGSTOP) != 0) { in child() 43 ksft_print_msg("raise(SIGSTOP) failed: %s\n", strerror(errno)); in child() 72 if (WSTOPSIG(status) != SIGSTOP) { in run_test() 73 ksft_print_msg("child did not stop with SIGSTOP: %s\n", in run_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test_arm64.c | 44 if (raise(SIGSTOP) != 0) { in child() 46 "raise(SIGSTOP) failed: %s\n", strerror(errno)); in child() 138 if (WSTOPSIG(status) != SIGSTOP) { in run_test() 139 ksft_print_msg("child did not stop with SIGSTOP\n"); in run_test()
|
H A D | step_after_suspend_test.c | 42 if (raise(SIGSTOP) != 0) { in child() 43 ksft_print_msg("raise(SIGSTOP) failed: %s\n", strerror(errno)); in child() 72 if (WSTOPSIG(status) != SIGSTOP) { in run_test() 73 ksft_print_msg("child did not stop with SIGSTOP: %s\n", in run_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 89 ASSERT_EQ(0, kill(pid, SIGSTOP)) { in TEST() 91 TH_LOG("kill SIGSTOP: %m"); in TEST() 147 case SIGSTOP: in TEST()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 134 syscall(SYS_tgkill, pid, tid, SIGSTOP); in tracee_zap_segment() 168 syscall(SYS_tgkill, pid, tid, SIGSTOP); in main() 184 /* Wait for SIGSTOP. */ in main() 213 /* Wait for SIGSTOP. */ in main() 223 /* Wait for SIGSTOP. */ in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_wait.c | 112 kill(getpid(), SIGSTOP); in TEST() local 115 kill(getpid(), SIGSTOP); in TEST() local 185 kill(getpid(), SIGSTOP); in TEST() local
|
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 32 #define SIGSTOP 19 macro
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | sig_names.h | 34 [SIGSTOP] = 19, /* 17, 19, 23 */
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | sig_names.h | 34 [SIGSTOP] = 19, /* 17, 19, 23 */
|
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 32 #define SIGSTOP 19 macro
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | trans_i386_syscalls.c | 40 new_set &= ~(sigmask(SIGKILL) | sigmask(SIGSTOP)); in SYSCALL_DEFINE4()
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 37 #define SIGSTOP 19 macro
|
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/ |
H A D | signal.h | 37 #define SIGSTOP 19 macro
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 30 #define SIGSTOP 24 macro
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | signal.h | 45 #define SIGSTOP 19 macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | signal.h | 30 #define SIGSTOP 19 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
H A D | ptrace.c | 168 if (raise(SIGSTOP)) in do_child() 169 ksft_exit_fail_msg("raise(SIGSTOP)", strerror(errno)); in do_child() 220 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 54 #define SIGSTOP 19 macro
|