Searched refs:SIGCONT (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/security/apparmor/include/
H A Dsig_names.h33 [SIGCONT] = 18, /* 19, 18, 25 */
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h32 #define SIGCONT 26 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h36 #define SIGCONT 18 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h52 #define SIGCONT 25 /* Continue (POSIX). */ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h44 #define SIGCONT 18 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h41 #define SIGCONT 19 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h53 #define SIGCONT 18 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h36 #define SIGCONT 18 macro
/linux-master/include/uapi/asm-generic/
H A Dsignal.h29 #define SIGCONT 18 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h39 #define SIGCONT 18 macro
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h40 #define SIGCONT 18 macro
/linux-master/tools/testing/selftests/ptrace/
H A Dvmaccess.c42 f = kill(pid, SIGCONT);
/linux-master/arch/sparc/include/uapi/asm/
H A Dsignal.h61 #define SIGCONT 19 macro
/linux-master/tools/perf/ui/tui/
H A Dsetup.c173 signal(SIGCONT, ui__sigcont);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c125 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGCONT, NULL, 0), 0);
223 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGCONT, NULL, 0), 0);
H A Dpidfd_test.c283 ret = sys_pidfd_send_signal(pidfd, SIGCONT,
292 ret = kill(recycled_pid, SIGCONT);
/linux-master/drivers/tty/
H A Dtty_jobctrl.c189 * Send SIGHUP and SIGCONT to the session leader and its process group.
219 send_signal_locked(SIGCONT, SEND_SIG_PRIV, p, PIDTYPE_TGID);
249 * (1) Sends a SIGHUP and SIGCONT to the foreground process group
282 kill_pgrp(tty_pgrp, SIGCONT, on_exit);
297 kill_pgrp(old_pgrp, SIGCONT, on_exit);
/linux-master/tools/perf/arch/x86/tests/
H A Dbp-modify.c47 raise(SIGCONT);
/linux-master/arch/um/os-Linux/
H A Dutil.c132 * likely sTopped, so give them a SIGCONT so they see the
135 kill(0, SIGCONT);
/linux-master/tools/testing/selftests/memfd/
H A Dmemfd_test.c1293 /* Wait for a SIGCONT. */
1356 kill(pid, SIGCONT);
1365 kill(pid, SIGCONT);
1378 kill(pid, SIGCONT);
1386 kill(pid, SIGCONT);
1394 kill(pid, SIGCONT);
/linux-master/include/linux/
H A Dsignal.h371 * | SIGCONT | ignore(*) |
395 * When SIGCONT is sent, it resumes the process (all threads in the group)
398 * catching, or ignoring SIGCONT. When any stop signal is sent, it clears
399 * any pending/queued SIGCONT signals; this happens regardless of blocking,
435 rt_sigmask(SIGCONT) | rt_sigmask(SIGCHLD) | \
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c250 DEFINE(_SIGCONT, SIGCONT);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_core.c220 (void)kill(pid, SIGCONT);
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c286 DEFINE(_SIGCONT, SIGCONT);
/linux-master/kernel/
H A Dsignal.c677 * pending bitmasks, but must still be cleared by a SIGCONT
850 case SIGCONT:
897 * actual continuing for SIGCONT, but not the actual stopping for stop
918 * This is a stop signal. Remove SIGCONT from all queues.
920 siginitset(&flush, sigmask(SIGCONT));
924 } else if (sig == SIGCONT) {
1177 if (sig == SIGCONT)
1180 sigdelset(signal, SIGCONT);
2197 info.si_status = SIGCONT;
2292 * stop. Do the bookkeeping. Note that if SIGCONT wa
[all...]

Completed in 254 milliseconds

12