/linux-4.4.14/Documentation/cgroups/ |
D | freezer-subsystem.txt | 19 Sequences of SIGSTOP and SIGCONT are not always sufficient for stopping 23 SIGCONT is especially unsuitable since it can be caught by the task. Any 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 36 $ kill -SIGCONT 16690
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | signal.h | 30 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | signal.h | 31 #define SIGCONT 26 macro
|
/linux-4.4.14/arch/mn10300/include/uapi/asm/ |
D | signal.h | 45 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
D | signal.h | 37 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/avr32/include/uapi/asm/ |
D | signal.h | 42 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
D | signal.h | 35 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | signal.h | 51 #define SIGCONT 25 /* Continue (POSIX). */ macro
|
/linux-4.4.14/arch/h8300/include/uapi/asm/ |
D | signal.h | 35 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | signal.h | 35 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/arm/include/uapi/asm/ |
D | signal.h | 35 #define SIGCONT 18 macro
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | signal.h | 28 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | signal.h | 40 #define SIGCONT 19 macro
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | signal.h | 43 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | signal.h | 38 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | signal.h | 40 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | signal.h | 52 #define SIGCONT 18 macro
|
/linux-4.4.14/arch/um/os-Linux/ |
D | util.c | 127 kill(0, SIGCONT); in os_dump_core()
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | signal.h | 60 #define SIGCONT 19 macro
|
/linux-4.4.14/arch/score/kernel/ |
D | asm-offsets.c | 206 DEFINE(_SIGCONT, SIGCONT); in output_signal_defined()
|
/linux-4.4.14/include/linux/ |
D | signal.h | 421 rt_sigmask(SIGCONT) | rt_sigmask(SIGCHLD) | \
|
/linux-4.4.14/kernel/ |
D | exit.c | 291 __kill_pgrp_info(SIGCONT, SEND_SIG_PRIV, pgrp); in kill_orphaned_pgrp() 1285 CLD_CONTINUED, SIGCONT); in wait_task_continued()
|
D | signal.c | 732 case SIGCONT: in check_kill_permission() 800 siginitset(&flush, sigmask(SIGCONT)); in prepare_signal() 804 } else if (sig == SIGCONT) { in prepare_signal() 1708 info.si_status = SIGCONT; in do_notify_parent_cldstop()
|
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 636 __group_send_sig_info(SIGCONT, SEND_SIG_PRIV, p); in tty_signal_session_leader() 898 kill_pgrp(tty_pgrp, SIGCONT, on_exit); in disassociate_ctty() 912 kill_pgrp(old_pgrp, SIGCONT, on_exit); in disassociate_ctty()
|
/linux-4.4.14/arch/mips/kernel/ |
D | asm-offsets.c | 277 DEFINE(_SIGCONT, SIGCONT); in output_signal_defined()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 2159 ASSERT_EQ(0, kill(child_pid, SIGCONT)); in TEST() 2163 ASSERT_EQ(SIGCONT, WSTOPSIG(status)); in TEST()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_driver.c | 2675 if (ipath_signal_procs(dd, SIGCONT)) in ipath_hol_signal_up()
|