Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v4.19/fs/jffs2/
Dbackground.c82 allow_signal(SIGSTOP); in jffs2_garbage_collect_thread()
131 case SIGSTOP: in jffs2_garbage_collect_thread()
/Linux-v4.19/Documentation/cgroup-v1/
Dfreezer-subsystem.txt19 Sequences of SIGSTOP and SIGCONT are not always sufficient for stopping
21 from within the tasks we wish to freeze. While SIGSTOP cannot be caught,
24 programs designed to watch for SIGSTOP and SIGCONT could be broken by
25 attempting to use SIGSTOP and SIGCONT to stop and resume tasks. We can
35 $ kill -SIGSTOP 16690
/Linux-v4.19/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c51 if (raise(SIGSTOP) != 0) { in child()
81 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
Dbreakpoint_test_arm64.c53 if (raise(SIGSTOP) != 0) { in child()
147 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_killable.h40 …GKILL) | sigmask(SIGINT) | sigmask(SIGQUIT) | sigmask(SIGTRAP) | sigmask(SIGSTOP) | sigmask(SIGCON…
/Linux-v4.19/security/apparmor/include/
Dsig_names.h34 [SIGSTOP] = 19, /* 17, 19, 23 */
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dsignal.h32 #define SIGSTOP 19 macro
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dsignal.h30 #define SIGSTOP 24 macro
/Linux-v4.19/arch/h8300/include/uapi/asm/
Dsignal.h37 #define SIGSTOP 19 macro
/Linux-v4.19/arch/m68k/include/uapi/asm/
Dsignal.h37 #define SIGSTOP 19 macro
/Linux-v4.19/arch/s390/include/uapi/asm/
Dsignal.h45 #define SIGSTOP 19 macro
/Linux-v4.19/arch/mips/include/uapi/asm/
Dsignal.h50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/Linux-v4.19/arch/arm/include/uapi/asm/
Dsignal.h37 #define SIGSTOP 19 macro
/Linux-v4.19/include/uapi/asm-generic/
Dsignal.h30 #define SIGSTOP 19 macro
/Linux-v4.19/arch/x86/include/uapi/asm/
Dsignal.h42 #define SIGSTOP 19 macro
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dsignal.h40 #define SIGSTOP 19 macro
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dsignal.h39 #define SIGSTOP 17 macro
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dsignal.h54 #define SIGSTOP 19 macro
/Linux-v4.19/arch/um/os-Linux/
Dstart_up.c40 kill(pid, SIGSTOP); in ptrace_child()
108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
/Linux-v4.19/arch/sparc/include/uapi/asm/
Dsignal.h59 #define SIGSTOP 17 macro
/Linux-v4.19/include/linux/
Dsignal.h384 rt_sigmask(SIGKILL) | rt_sigmask(SIGSTOP))
387 rt_sigmask(SIGSTOP) | rt_sigmask(SIGTSTP) | \
Dptrace.h216 sigaddset(&child->pending.signal, SIGSTOP); in ptrace_init_task()
/Linux-v4.19/tools/testing/selftests/x86/
Dptrace_syscall.c189 syscall(SYS_tgkill, pid, tid, SIGSTOP); in test_ptrace_syscall_restart()
310 syscall(SYS_tgkill, pid, tid, SIGSTOP); in test_restart_under_ptrace()
Dtest_syscall_vdso.c360 raise(SIGSTOP); in ptrace_me()
/Linux-v4.19/arch/um/os-Linux/skas/
Dprocess.c247 kill(os_getpid(), SIGSTOP); in userspace_tramp()
305 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) { in start_userspace()

12