Searched refs:SIGUSR2 (Results 26 - 50 of 60) sorted by relevance

123

/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dinterrupt.cc79 pthread_kill((pthread_t)target, SIGUSR2);
152 ASSERT_NE(SIG_ERR, signal(SIGUSR2, sigusr2_handler)) << strerror(errno);
168 ASSERT_EQ(0, siginterrupt(SIGUSR2, 1));
181 sigaction(SIGUSR2, &sa, NULL);
/freebsd-12-stable/tests/sys/kern/
H A Dptrace_test.c2027 sigaddset(&sigmask, SIGUSR2);
2051 ATF_REQUIRE(kill(fpid, SIGUSR2) == 0);
2053 /* The second wait() should report the SIGUSR2. */
2057 ATF_REQUIRE(WSTOPSIG(status) == SIGUSR2);
2062 /* Replace the SIGUSR2 with a kill. */
2133 sigaddset(&sigmask, SIGUSR2);
2209 ATF_REQUIRE(kill(fpid, SIGUSR2) == 0);
2213 /* The next wait() should report the SIGUSR2. */
2217 ATF_REQUIRE(WSTOPSIG(status) == SIGUSR2);
2224 * has been resumed. The second thread has taken a SIGUSR2 whic
[all...]
H A Dreaper.c720 params.rk_sig = SIGUSR2;
731 ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGUSR2);
738 ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGUSR2);
/freebsd-12-stable/libexec/rbootd/
H A Dutils.c95 omask = sigblock(sigmask(SIGHUP)|sigmask(SIGUSR1)|sigmask(SIGUSR2));
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c626 * Take over SIGUSR2 for this purpose since SIGUSR1 is more
630 signal(SIGUSR2, SIG_IGN);
633 the_mouse.u.mode.signal = SIGUSR2;
635 signal(SIGUSR2, handle_sysmouse);
1060 signal(SIGUSR2, handle_sysmouse);
1094 signal(SIGUSR2, SIG_IGN);
/freebsd-12-stable/sbin/init/
H A Dinit.c226 sig = SIGUSR2;
312 SIGUSR1, SIGUSR2, SIGWINCH, 0);
317 SIGALRM, SIGUSR1, SIGUSR2, SIGWINCH, 0);
1615 case SIGUSR2:
1616 howto = sig == SIGUSR2 ? RB_POWEROFF : RB_POWERCYCLE;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc212 SIGHUP, SIGINT, SIGTERM, SIGUSR2
/freebsd-12-stable/sbin/dump/
H A Dtape.c119 /* received the SIGUSR2 signal from the prev slave? */
121 /* SIGUSR2 arrives from the previous slave */
690 * proceed - handler for SIGUSR2, used to synchronize IO between the slaves.
712 signal(SIGUSR2, proceed); /* Slave sends SIGUSR2 to next slave */
868 (void) kill(nextslave, SIGUSR2);
/freebsd-12-stable/contrib/tnftp/src/
H A Dprogressbar.c473 case SIGUSR2:
H A Dmain.c513 (void)xsignal(SIGUSR2, crankrate);
H A Dcmds.c2310 oldusr2 = xsignal(SIGUSR2, SIG_IGN);
2332 (void)xsignal(SIGUSR2, oldusr2);
/freebsd-12-stable/sys/compat/cloudabi32/
H A Dcloudabi32_poll.c67 [SIGUSR2] = CLOUDABI_SIGUSR2,
/freebsd-12-stable/sys/compat/cloudabi64/
H A Dcloudabi64_poll.c67 [SIGUSR2] = CLOUDABI_SIGUSR2,
/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_signal.c116 SIGUSR2, /* 17 */
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp399 case SIGUSR2:
400 return "SIGUSR2"; // 31 user defined signal 2
/freebsd-12-stable/contrib/ntp/include/
H A Dntpd.h306 #define LESSDEBUGSIG SIGUSR2
/freebsd-12-stable/contrib/blacklist/bin/
H A Dblacklistd.c490 signal(SIGUSR2, sigusr2);
/freebsd-12-stable/sys/compat/linux/
H A Dlinux.c91 LINUX_SIGUSR2 /* SIGUSR2 */
106 SIGUSR2, /* LINUX_SIGUSR2 */
/freebsd-12-stable/sbin/shutdown/
H A Dshutdown.c388 dopower ? SIGUSR2 : /* power-down */
/freebsd-12-stable/usr.sbin/ppp/
H A Dmain.c410 sig_signal(SIGUSR2, BringDownServer);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dproc-events.c1496 #ifdef SIGUSR2
1497 { SIGUSR2, "SIGUSR2", "User defined signal 2" },
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc793 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar";
/freebsd-12-stable/contrib/atf/atf-sh/
H A Datf-check.cpp194 { "usr2", SIGUSR2 },
/freebsd-12-stable/sbin/routed/
H A Dmain.c292 signal(SIGUSR2, sigtrace_off);
/freebsd-12-stable/usr.sbin/rpcbind/
H A Drpcbind.c217 (void) signal(SIGUSR2, SIG_IGN);

Completed in 405 milliseconds

123