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

1234

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dnanosleep.c44 /* Some systems (MSDOS) don't have SIGCONT.
47 #ifndef SIGCONT
48 # define SIGCONT SIGTERM macro
57 /* Handle SIGCONT. */
98 sigaction (SIGCONT, NULL, &oldact);
100 sigaction (SIGCONT, &newact, NULL);
102 if (signal (SIGCONT, SIG_IGN) != SIG_IGN)
104 signal (SIGCONT, sighandler);
105 siginterrupt (SIGCONT, 1);
/netbsd-current/sys/compat/linux/arch/arm/
H A Dlinux_sigarray.c53 SIGCONT,
/netbsd-current/sys/compat/linux/arch/m68k/
H A Dlinux_sigarray.c53 SIGCONT,
/netbsd-current/lib/librumpuser/
H A Drumpuser_sigtrans.c80 #ifdef SIGCONT
81 case 19 : return SIGCONT;
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-signal.c47 #ifdef SIGCONT
48 { "SIGCONT", SIGCONT, 19 },
/netbsd-current/sys/compat/linux/arch/alpha/
H A Dlinux_sigarray.c54 SIGCONT,
/netbsd-current/sys/compat/linux/arch/mips/
H A Dlinux_sigarray.c63 SIGCONT, /* 25 */
/netbsd-current/sys/compat/linux/arch/powerpc/
H A Dlinux_sigarray.c53 SIGCONT,
/netbsd-current/lib/libedit/
H A Dsig.h55 _DO(SIGCONT) \
/netbsd-current/games/warp/
H A Dsig.c48 #ifdef SIGCONT
49 sigset(SIGCONT, cont_catcher);
62 sigset(SIGCONT,cont_catcher);
/netbsd-current/sys/compat/linux/arch/amd64/
H A Dlinux_sigarray.c55 SIGCONT, /* 18 */
/netbsd-current/sys/compat/linux/arch/i386/
H A Dlinux_sigarray.c53 SIGCONT, /* 18 */
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Dsignal.d65 inline int SIGCONT = 19;
66 #pragma D binding "1.0" SIGCONT
/netbsd-current/tests/rump/rumpkern/
H A Dt_signals.c107 rumptest_localsig(SIGCONT);
/netbsd-current/sys/compat/linux/arch/aarch64/
H A Dlinux_sigarray.c48 /* 18 */ [LINUX_SIGCONT] = SIGCONT,
/netbsd-current/external/gpl2/gmake/dist/
H A Dsigname.c189 #if defined (SIGCONT)
190 init_sig (SIGCONT, "CONT", _("Continued"));
/netbsd-current/tests/lib/libc/sys/
H A Dt_wait.c207 ATF_REQUIRE(kill(pid, SIGCONT) == 0);
213 ATF_REQUIRE(si.si_status == SIGCONT);
262 printf("Before loop of SIGSTOP/SIGCONT sequence %zu times\n", N);
275 ATF_REQUIRE(kill(pid, SIGCONT) == 0);
281 ATF_REQUIRE(si.si_status == SIGCONT);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dsignals.cc224 #if defined (SIGCONT)
225 if (hostsig == SIGCONT)
481 #if defined (SIGCONT)
483 return SIGCONT;
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dsignals.cc224 #if defined (SIGCONT)
225 if (hostsig == SIGCONT)
481 #if defined (SIGCONT)
483 return SIGCONT;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigall.c526 #ifdef SIGCONT local
527 kill (getpid (), SIGCONT);
1206 #ifdef SIGCONT
1207 signal (SIGCONT, handle_CONT);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsigall.c526 #ifdef SIGCONT local
527 kill (getpid (), SIGCONT);
1206 #ifdef SIGCONT
1207 signal (SIGCONT, handle_CONT);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dsigall-reverse.c543 #ifdef SIGCONT local
544 kill (getpid (), SIGCONT);
1222 #ifdef SIGCONT
1223 signal (SIGCONT, handle_CONT);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dsigall-reverse.c543 #ifdef SIGCONT local
544 kill (getpid (), SIGCONT);
1222 #ifdef SIGCONT
1223 signal (SIGCONT, handle_CONT);
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_shell.c239 #ifdef SIGCONT
240 { SIGCONT, "Continued" },
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dstrsignal.c168 #if defined (SIGCONT)
169 ENTRY(SIGCONT, "SIGCONT", "Continued"),

Completed in 347 milliseconds

1234