Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 - 25 of 116) sorted by relevance

12345

/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c108 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 Dbackground.c82 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 Dbackground.c82 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 Dsignal_test_001.cpp80 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 Dget_syscall_info.c89 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 Dfsgsbase_restore.c134 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 Dbreakpoint_test_arm64.c44 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 Dstep_after_suspend_test.c42 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 Dbreakpoint_test_arm64.c44 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 Dstep_after_suspend_test.c42 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 Dget_syscall_info.c89 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 Dfsgsbase_restore.c134 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 Dpidfd_wait.c112 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 Dsignal.h32 #define SIGSTOP 19 macro
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dsig_names.h34 [SIGSTOP] = 19, /* 17, 19, 23 */
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dsig_names.h34 [SIGSTOP] = 19, /* 17, 19, 23 */
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dsignal.h32 #define SIGSTOP 19 macro
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dtrans_i386_syscalls.c40 new_set &= ~(sigmask(SIGKILL) | sigmask(SIGSTOP)); in SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/
H A Dsignal.h37 #define SIGSTOP 19 macro
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H A Dsignal.h37 #define SIGSTOP 19 macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dsignal.h30 #define SIGSTOP 24 macro
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dsignal.h45 #define SIGSTOP 19 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsignal.h30 #define SIGSTOP 19 macro
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H A Dptrace.c168 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 Dsignal.h54 #define SIGSTOP 19 macro

Completed in 8 milliseconds

12345