/glibc-2.36/posix/ |
D | tst-waitid.c | 114 if (kill (pid, SIGCONT) != 0) in do_test_waitd_common() 121 check_sigchld (CLD_CONTINUED, SIGCONT, pid); in do_test_waitd_common() 132 TEST_COMPARE (info.si_status, SIGCONT); in do_test_waitd_common() 145 TEST_COMPARE (info.si_status, SIGCONT); in do_test_waitd_common() 175 if (kill (pid, SIGCONT) != 0) in do_test_waitd_common() 181 check_sigchld (CLD_CONTINUED, SIGCONT, pid); in do_test_waitd_common() 187 TEST_COMPARE (info.si_status, SIGCONT); in do_test_waitd_common()
|
D | tst-wait-skeleton.c | 111 if (kill (pid, SIGCONT) != 0) in do_test_wait() 118 check_sigchld (CLD_CONTINUED, SIGCONT, pid); in do_test_wait() 145 if (kill (pid, SIGCONT) != 0) in do_test_wait() 151 check_sigchld (CLD_CONTINUED, SIGCONT, pid); in do_test_wait()
|
/glibc-2.36/bits/ |
D | signum-arch.h | 34 #define SIGCONT 19 /* Continue. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/ |
D | signum-arch.h | 45 #define SIGCONT 26 /* Continue. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | signum-arch.h | 40 #define SIGCONT 25 /* Continue. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | signum-arch.h | 40 #define SIGCONT 18 /* Continue. */ macro
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | signum-arch.h | 40 #define SIGCONT 19 /* Continue. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | signum-arch.h | 42 #define SIGCONT 19 /* Continue. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | signum-arch.h | 43 #define SIGCONT 19 /* Continue. */ macro
|
/glibc-2.36/hurd/ |
D | hurdsig.c | 834 case SIGCONT: in weak_alias() 882 __sigdelset (&ss->pending, SIGCONT); in weak_alias() 885 if (signo == SIGCONT) in weak_alias() 890 if (_hurd_stopped && act != stop && (untraced || signo == SIGCONT)) in weak_alias() 1322 case SIGCONT: in signal_allowed()
|
/glibc-2.36/support/ |
D | tst-support-process_state.c | 73 if (kill (pid, SIGCONT) != 0) in do_test()
|
/glibc-2.36/sysdeps/generic/ |
D | siglist.h | 46 init_sig (SIGCONT, "CONT", N_("Continued"))
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | waitid.c | 120 infop->si_status = SIGCONT; in __waitid()
|
D | kill.c | 92 case SIGCONT: in __kill()
|
/glibc-2.36/signal/ |
D | tst-sigset.c | 42 VERIFY (set, SIGCONT); in do_test()
|
/glibc-2.36/manual/ |
D | job.texi | 673 @r{@code{SIGCONT} signal to wake it up before we block.} */ 687 if (kill (- j->pgid, SIGCONT) < 0) 688 perror ("kill (SIGCONT)"); 716 @r{the process group a @code{SIGCONT} signal to wake it up.} */ 723 if (kill (-j->pgid, SIGCONT) < 0) 724 perror ("kill (SIGCONT)"); 903 The shell can continue a stopped job by sending a @code{SIGCONT} signal 915 ensure that the @code{SIGCONT} signal is sent and the terminal modes
|
D | signal.texi | 636 @deftypevr Macro int SIGCONT 639 You can send a @code{SIGCONT} signal to a process to make it continue. 643 @code{SIGCONT} always makes the process continue regardless. 645 Most programs have no reason to handle @code{SIGCONT}; they simply 647 a handler for @code{SIGCONT} to make a program do something special when 698 @code{SIGCONT} signals. The signals are marked as pending, but not 701 or ignored. You can ignore @code{SIGCONT}, but it always causes the 703 @code{SIGCONT} signal to a process causes any pending stop signals for 704 that process to be discarded. Likewise, any pending @code{SIGCONT} 2173 @comment RMS suggested getting rid of the handler for SIGCONT in this function. [all …]
|
D | startup.texi | 1073 signal and a @code{SIGCONT} signal are sent to each process in the
|
/glibc-2.36/conform/data/ |
D | signal.h-data | 81 macro-int-constant SIGCONT {int} > 0
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.4 | 1184 set ACT before checking for SIGCONT. When continuing and 1276 Remove `cont' from ACT enum; SIGCONT processing is independent of 1279 signals. Process SIGCONT and do continuation before examining the 1974 clear pending SIGCONT no matter what action we choose. 1975 Add new value `cont' to ACT enum; use it for default SIGCONT action.
|
D | ChangeLog.21 | 2907 (SIGCONT): Remove.
|
D | ChangeLog.nptl | 7656 CLONE_STOPPED. We cannot use SIGCONT which means CLONE_STOPPED
|
D | ChangeLog.19 | 5080 traffic. Do not send SIGCONT to the SIGUSR1-sending processes;
|
/glibc-2.36/po/ |
D | eo.po | 2873 # Haltu (poste eblos plu iri, vd SIGCONT)
|
D | cs.po | 5529 msgstr "Je pokračováno (SIGCONT)"
|