Home
last modified time | relevance | path

Searched refs:SIGUSR2 (Results 1 – 25 of 66) sorted by relevance

123

/dragonfly/test/libpthread/
H A Dsigsuspend_d.c68 sigdelset (&suspender_mask, SIGUSR2); /* terminate */ in sigsuspender()
187 sigaddset (&newset, SIGUSR2); in main()
197 sigaddset (&act.sa_mask, SIGUSR2); in main()
198 sigaction (SIGUSR2, &act, NULL); in main()
248 send_thread_signal (suspender_tid, SIGUSR2); in main()
250 send_process_signal (SIGUSR2); in main()
252 if (sigcounts[SIGUSR2] != 2) in main()
/dragonfly/lib/libvgl/
H A Dmouse.c209 mouseinfo.u.mode.signal = SIGUSR2; in VGLMouseInit()
212 signal(SIGUSR2, VGLMouseAction); in VGLMouseInit()
225 signal(SIGUSR2, SIG_IGN); in VGLMouseStatus()
229 signal(SIGUSR2, VGLMouseAction); in VGLMouseStatus()
H A Dmain.c97 signal(SIGUSR2, SIG_IGN); in VGLAbort()
125 signal(SIGUSR2, SIG_IGN); in VGLInit()
/dragonfly/lib/libc/gen/
H A Dsiglist.c69 [SIGUSR2] = "USR2",
139 [SIGUSR2] = "User defined signal 2",
/dragonfly/contrib/gdb-7/gdb/common/
H A Dsignals.c185 #if defined (SIGUSR2) in gdb_signal_from_host()
186 if (hostsig == SIGUSR2) in gdb_signal_from_host()
442 #if defined (SIGUSR2) in do_gdb_signal_to_host()
444 return SIGUSR2; in do_gdb_signal_to_host()
/dragonfly/libexec/rbootd/
H A Ddefs.h66 #ifndef SIGUSR2
67 #define SIGUSR2 SIGFPE macro
H A Drbootd.c116 (void) signal(SIGUSR2, SIG_IGN); in main()
123 (void) signal(SIGUSR2, DebugOff); in main()
/dragonfly/contrib/lvm2/dist/daemons/cmirrord/
H A Dclogd.c143 case SIGUSR2: in process_signal()
252 signal(SIGUSR2, &sig_handler); in daemonize()
/dragonfly/crypto/libressl/crypto/ui/
H A Dui_openssl.c370 if (i == SIGUSR2) in pushsig()
387 if (i == SIGUSR2) in popsig()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrsignal.c133 #if defined (SIGUSR2)
134 ENTRY(SIGUSR2, "SIGUSR2", "User defined signal 2"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrsignal.c133 #if defined (SIGUSR2)
134 ENTRY(SIGUSR2, "SIGUSR2", "User defined signal 2"),
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrsignal.c133 #if defined (SIGUSR2)
134 ENTRY(SIGUSR2, "SIGUSR2", "User defined signal 2"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrsignal.c133 #if defined (SIGUSR2)
134 ENTRY(SIGUSR2, "SIGUSR2", "User defined signal 2"),
/dragonfly/sys/platform/vkernel64/platform/
H A Dshutdown.c95 ksignal(initproc, SIGUSR2); in shutdown_intr()
/dragonfly/contrib/tcsh-6/
H A Dsh.init.c340 #ifdef SIGUSR2 in mesginit()
341 if (mesg[SIGUSR2].pname == NULL) { in mesginit()
342 mesg[SIGUSR2].iname = "USR2"; in mesginit()
343 mesg[SIGUSR2].pname = CSAVS(2, 15, "User signal 2"); in mesginit()
/dragonfly/lib/libc/nls/
H A Dbe_BY.UTF-8.msg248 $ SIGUSR2
H A Del_GR.ISO8859-7.msg248 $ SIGUSR2
H A Dmn_Cyrl_MN.UTF-8.msg246 $ SIGUSR2
H A Dru_RU.KOI8-R.msg263 $ SIGUSR2
H A Duk_UA.UTF-8.msg256 $ SIGUSR2
H A Dja_JP.UTF-8.msg256 $ SIGUSR2
H A Dja_JP.eucJP.msg256 $ SIGUSR2
H A Dko_KR.UTF-8.msg256 $ SIGUSR2
H A Dko_KR.eucKR.msg256 $ SIGUSR2
H A Dzh_Hans_CN.GB18030.msg252 $ SIGUSR2

123