Home
last modified time | relevance | path

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

12

/glibc-2.36/posix/
Dtst-waitid.c114 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()
Dtst-wait-skeleton.c111 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/
Dsignum-arch.h34 #define SIGCONT 19 /* Continue. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dsignum-arch.h45 #define SIGCONT 26 /* Continue. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dsignum-arch.h40 #define SIGCONT 25 /* Continue. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsignum-arch.h40 #define SIGCONT 18 /* Continue. */ macro
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsignum-arch.h40 #define SIGCONT 19 /* Continue. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dsignum-arch.h42 #define SIGCONT 19 /* Continue. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsignum-arch.h43 #define SIGCONT 19 /* Continue. */ macro
/glibc-2.36/hurd/
Dhurdsig.c834 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/
Dtst-support-process_state.c73 if (kill (pid, SIGCONT) != 0) in do_test()
/glibc-2.36/sysdeps/generic/
Dsiglist.h46 init_sig (SIGCONT, "CONT", N_("Continued"))
/glibc-2.36/sysdeps/mach/hurd/
Dwaitid.c120 infop->si_status = SIGCONT; in __waitid()
Dkill.c92 case SIGCONT: in __kill()
/glibc-2.36/signal/
Dtst-sigset.c42 VERIFY (set, SIGCONT); in do_test()
/glibc-2.36/manual/
Djob.texi673 @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
Dsignal.texi636 @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 …]
Dstartup.texi1073 signal and a @code{SIGCONT} signal are sent to each process in the
/glibc-2.36/conform/data/
Dsignal.h-data81 macro-int-constant SIGCONT {int} > 0
/glibc-2.36/ChangeLog.old/
DChangeLog.41184 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.
DChangeLog.212907 (SIGCONT): Remove.
DChangeLog.nptl7656 CLONE_STOPPED. We cannot use SIGCONT which means CLONE_STOPPED
DChangeLog.195080 traffic. Do not send SIGCONT to the SIGUSR1-sending processes;
/glibc-2.36/po/
Deo.po2873 # Haltu (poste eblos plu iri, vd SIGCONT)
Dcs.po5529 msgstr "Je pokračováno (SIGCONT)"

12