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

123

/freebsd-11-stable/lib/libedit/
H A Dsig.h56 _DO(SIGCONT) \
H A Dsig.c87 case SIGCONT:
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_killable.h41 #define SHUTDOWN_SIGS (sigmask(SIGKILL) | sigmask(SIGINT) | sigmask(SIGQUIT) | sigmask(SIGTRAP) | sigmask(SIGSTOP) | sigmask(SIGCONT))
/freebsd-11-stable/usr.bin/bc/
H A Dtty.c55 signal(SIGCONT, tstpcont);
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dsignal.d64 inline int SIGCONT = 19;
65 #pragma D binding "1.0" SIGCONT
115 signal == SIGCONT ? "SIGCONT" :
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_signals.c107 rumptest_localsig(SIGCONT);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h42 #define SIGCONT 18 macro
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dsignals.c235 #ifdef SIGCONT
236 store_desc(SIGCONT, "Continued");
333 #ifdef SIGCONT
334 sigdelset(&sig_mask, SIGCONT);
/freebsd-11-stable/lib/libsysdecode/
H A Dsignal.c54 [SIGCONT] = "SIGCONT",
/freebsd-11-stable/contrib/gdb/gdb/signals/
H A Dsignals.c74 {"SIGCONT", "Continued"},
381 #if defined (SIGCONT)
382 if (hostsig == SIGCONT)
634 #if defined (SIGCONT)
636 return SIGCONT;
/freebsd-11-stable/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c24 kill(si->si_pid, SIGCONT);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait.c211 ATF_REQUIRE(kill(pid, SIGCONT) == 0);
217 ATF_REQUIRE(si.si_status == SIGCONT);
269 printf("Before loop of SIGSTOP/SIGCONT sequence %zu times\n", N);
282 ATF_REQUIRE(kill(pid, SIGCONT) == 0);
288 ATF_REQUIRE(si.si_status == SIGCONT);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux.c56 LINUX_SIGCONT, /* SIGCONT */
89 SIGCONT, /* LINUX_SIGCONT */
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c62 #ifdef SIGCONT
63 case SIGCONT:
64 return "SIGCONT";
217 T(("SIGCONT received"));
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrsignal.c168 #if defined (SIGCONT)
169 ENTRY(SIGCONT, "SIGCONT", "Continued"),
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrsignal.c168 #if defined (SIGCONT)
169 ENTRY(SIGCONT, "SIGCONT", "Continued"),
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-io.c538 /* Save tty for SIGCONT. */
560 /* Save tty for SIGCONT. */
565 #ifdef SIGCONT
566 /* Catch SIGCONT to restore the terminal and refresh the screen. */
593 #ifdef SIGCONT
594 signal (SIGCONT, tui_cont_sig);
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_util.c109 (void)signal(SIGCONT, pw_cont);
/freebsd-11-stable/lib/libproc/
H A Dproc_util.c98 kill(phdl->pid, SIGCONT);
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_proc.c105 [CLOUDABI_SIGCONT] = SIGCONT,
/freebsd-11-stable/usr.sbin/bhyve/
H A Dblock_if.c393 mevent_add(SIGCONT, EVF_SIGNAL, blockif_sigcont_handler, NULL);
394 (void) signal(SIGCONT, SIG_IGN);
700 pthread_kill(be->be_tid, SIGCONT);
/freebsd-11-stable/usr.sbin/ppp/
H A Dmain.c165 signal(SIGCONT, SIG_DFL);
173 signal(SIGCONT, TerminalCont);
/freebsd-11-stable/crypto/openssh/
H A Dsandbox-systrace.c198 if (kill(box->child_pid, SIGCONT) != 0)
199 fatal("%s: kill(%d, SIGCONT)", __func__, box->child_pid);
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_ctl.c97 { "tstp", SIGTSTP }, { "cont", SIGCONT },
/freebsd-11-stable/sys/sys/
H A Dsignal.h106 #define SIGCONT 19 /* continue a stopped process */ macro

Completed in 400 milliseconds

123