| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | freezer-subsystem.rst | 23 Sequences of SIGSTOP and SIGCONT are not always sufficient for stopping 27 SIGCONT is especially unsuitable since it can be caught by the task. Any 28 programs designed to watch for SIGSTOP and SIGCONT could be broken by 29 attempting to use SIGSTOP and SIGCONT to stop and resume tasks. We can 40 $ kill -SIGCONT 16690
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_wait.c | 114 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGCONT, NULL, 0), 0); in TEST() 212 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGCONT, NULL, 0), 0); in TEST()
|
| H A D | pidfd_test.c | 335 ret = sys_pidfd_send_signal(pidfd, SIGCONT, in test_pidfd_send_signal_recycled_pid_fail() 344 ret = kill(recycled_pid, SIGCONT); in test_pidfd_send_signal_recycled_pid_fail()
|
| /linux/drivers/tty/ |
| H A D | tty_jobctrl.c | 219 send_signal_locked(SIGCONT, SEND_SIG_PRIV, p, PIDTYPE_TGID); in tty_signal_session_leader() 282 kill_pgrp(tty_pgrp, SIGCONT, on_exit); in disassociate_ctty() 297 kill_pgrp(old_pgrp, SIGCONT, on_exit); in disassociate_ctty()
|
| /linux/security/apparmor/include/ |
| H A D | sig_names.h | 29 [SIGCONT] = 18, /* 19, 18, 25 */
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 36 #define SIGCONT 18 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 32 #define SIGCONT 26 macro
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | signal.h | 44 #define SIGCONT 18 macro
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | signal.h | 36 #define SIGCONT 18 macro
|
| /linux/include/uapi/asm-generic/ |
| H A D | signal.h | 29 #define SIGCONT 18 macro
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 53 #define SIGCONT 18 macro
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | signal.h | 40 #define SIGCONT 18 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 52 #define SIGCONT 25 /* Continue (POSIX). */ macro
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | signal.h | 39 #define SIGCONT 18 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | signal.h | 41 #define SIGCONT 19 macro
|
| /linux/tools/testing/selftests/ptrace/ |
| H A D | vmaccess.c | 42 f = kill(pid, SIGCONT); in TEST()
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | signal.h | 61 #define SIGCONT 19 macro
|
| /linux/tools/testing/selftests/perf_events/ |
| H A D | watermark_signal.c | 115 if (kill(child, SIGCONT) < 0) { in TEST()
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | bp-modify.c | 47 raise(SIGCONT); in spawn_child()
|
| /linux/arch/um/os-Linux/ |
| H A D | util.c | 134 kill(0, SIGCONT); in os_dump_core()
|
| /linux/tools/perf/ui/tui/ |
| H A D | setup.c | 173 signal(SIGCONT, ui__sigcont); in ui__init()
|
| /linux/include/linux/ |
| H A D | signal.h | 435 rt_sigmask(SIGCONT) | rt_sigmask(SIGCHLD) | \
|
| /linux/arch/loongarch/kernel/ |
| H A D | asm-offsets.c | 255 DEFINE(_SIGCONT, SIGCONT); in output_signal_defines()
|
| /linux/kernel/ |
| H A D | signal.c | 648 * pending bitmasks, but must still be cleared by a SIGCONT in dequeue_signal() 818 case SIGCONT: in check_kill_permission() 865 * actual continuing for SIGCONT, but not the actual stopping for stop 886 * This is a stop signal. Remove SIGCONT from all queues. in prepare_signal() 888 siginitset(&flush, sigmask(SIGCONT)); in prepare_signal() 892 } else if (sig == SIGCONT) { in prepare_signal() 1145 if (sig == SIGCONT) in __send_signal_locked() 1148 sigdelset(signal, SIGCONT); in __send_signal_locked() 2313 info.si_status = SIGCONT; in do_notify_parent_cldstop() 2408 * stop. Do the bookkeeping. Note that if SIGCONT wa in ptrace_stop() [all...] |
| /linux/arch/mips/kernel/ |
| H A D | asm-offsets.c | 294 DEFINE(_SIGCONT, SIGCONT); in output_signal_defined()
|