/openbmc/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
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/ |
H A D | apache2.service | 10 KillSignal=SIGCONT
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 31 #define SIGCONT 18 macro
|
/openbmc/linux/security/apparmor/include/ |
H A D | sig_names.h | 33 [SIGCONT] = 18, /* 19, 18, 25 */
|
/openbmc/u-boot/include/asm-generic/ |
H A D | signal.h | 28 #define SIGCONT 18 macro
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 36 #define SIGCONT 18 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 32 #define SIGCONT 26 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal.h | 29 #define SIGCONT 18 macro
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | signal.h | 36 #define SIGCONT 18 macro
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | signal.h | 44 #define SIGCONT 18 macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 53 #define SIGCONT 18 macro
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | signal.h | 41 #define SIGCONT 18 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 52 #define SIGCONT 25 /* Continue (POSIX). */ macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | signal.h | 39 #define SIGCONT 18 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 41 #define SIGCONT 19 macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | signal.h | 40 #define SIGCONT 18 macro
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_wait.c | 125 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGCONT, NULL, 0), 0); in TEST() 223 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGCONT, NULL, 0), 0); in TEST()
|
H A D | pidfd_test.c | 283 ret = sys_pidfd_send_signal(pidfd, SIGCONT, in test_pidfd_send_signal_recycled_pid_fail() 292 ret = kill(recycled_pid, SIGCONT); in test_pidfd_send_signal_recycled_pid_fail()
|
/openbmc/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()
|
/openbmc/linux/tools/testing/selftests/ptrace/ |
H A D | vmaccess.c | 42 f = kill(pid, SIGCONT); in TEST()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 61 #define SIGCONT 19 macro
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | util.c | 135 kill(0, SIGCONT); in os_dump_core()
|
/openbmc/qemu/chardev/ |
H A D | char-stdio.c | 118 sigaction(SIGCONT, &act, NULL); in qemu_chr_open_stdio()
|
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 1366 kill(pid, SIGCONT); in sysctl_nested_child() 1375 kill(pid, SIGCONT); in sysctl_nested_child() 1388 kill(pid, SIGCONT); in sysctl_nested_child() 1396 kill(pid, SIGCONT); in sysctl_nested_child() 1404 kill(pid, SIGCONT); in sysctl_nested_child()
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | bp-modify.c | 47 raise(SIGCONT); in spawn_child()
|