Home
last modified time | relevance | path

Searched refs:SIGCONT (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst23 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 Dapache2.service10 KillSignal=SIGCONT
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dsignal.h31 #define SIGCONT 18 macro
/openbmc/linux/security/apparmor/include/
H A Dsig_names.h33 [SIGCONT] = 18, /* 19, 18, 25 */
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h28 #define SIGCONT 18 macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h36 #define SIGCONT 18 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h32 #define SIGCONT 26 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsignal.h29 #define SIGCONT 18 macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsignal.h36 #define SIGCONT 18 macro
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dsignal.h44 #define SIGCONT 18 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h53 #define SIGCONT 18 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsignal.h41 #define SIGCONT 18 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h52 #define SIGCONT 25 /* Continue (POSIX). */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h39 #define SIGCONT 18 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h41 #define SIGCONT 19 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h40 #define SIGCONT 18 macro
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c125 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 Dpidfd_test.c283 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 Dtty_jobctrl.c219 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 Dvmaccess.c42 f = kill(pid, SIGCONT); in TEST()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h61 #define SIGCONT 19 macro
/openbmc/linux/arch/um/os-Linux/
H A Dutil.c135 kill(0, SIGCONT); in os_dump_core()
/openbmc/qemu/chardev/
H A Dchar-stdio.c118 sigaction(SIGCONT, &act, NULL); in qemu_chr_open_stdio()
/openbmc/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c1366 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 Dbp-modify.c47 raise(SIGCONT); in spawn_child()

12