Searched refs:SIGINT (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.c38 (void) sigaddset(&ss, SIGINT);
44 } while (!sigismember(&ss, SIGINT));
H A Dtst.raise1.d50 raise(SIGINT);
H A Dtst.raise2.d50 raise(SIGINT);
H A Dtst.raise3.d50 raise(SIGINT);
H A Dtst.raise2.c47 (void) sigaction(SIGINT, &sa, NULL);
H A Dtst.raise3.c47 (void) sigaction(SIGINT, &sa, NULL);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dsignal.h35 #define SIGINT 2 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dsignal.h35 #define SIGINT 2 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dsignal.h53 #define SIGINT __SigInt ///< receipt of an interactive attention signal macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh79 raise(SIGINT);
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dhijack.c406 siginterrupt ( SIGINT, 1 );
409 siginterrupt ( SIGINT, 0 );
607 /* Set 'signalled' flag on SIGINT or SIGHUP */
610 if ( sigaction ( SIGINT, &sa, NULL ) < 0 ) {
611 logmsg ( LOG_ERR, "Could not set SIGINT handler: %s",
/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClient.cpp138 sigaddset(&signalMask, SIGINT);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp165 signal(SIGINT, showProgressSignalHandler);
214 signal(SIGINT, SIG_DFL);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.cpp124 signal(SIGINT, showProgressSignalHandler);
208 signal(SIGINT, SIG_DFL);
/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c496 signal(SIGINT, (void (*)(int))ctrlCHandler);
507 signal(SIGINT, SIG_DFL);
600 signal(SIGINT, (void (*)(int))ctrlCHandler);
640 signal(SIGINT, SIG_DFL);
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp313 signal(SIGINT, signalHandler);
324 signal(SIGINT, SIG_DFL);
692 signal(SIGINT, signalHandler);
763 signal(SIGINT, SIG_DFL);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dmain.cpp142 sigaction(SIGINT, &sigAction, NULL);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcdUnix.cpp480 // ignore SIGINT so <ctrl-c> from terminal only kills the client
483 signal(SIGINT, SIG_IGN);
/vbox/src/VBox/VMM/testcase/
H A DtstAnimate.cpp59 signal(SIGINT, SigInterrupt);
61 RTPrintf("caught SIGINT\n");
892 signal(SIGINT, SigInterrupt);
909 signal(SIGINT, SigInterrupt);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c488 signal(SIGINT, SIG_DFL);
576 signal(SIGINT, stubSignalHandler);
1056 raise(SIGINT);*/
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c1958 if (sigaction(SIGINT, NULL, &oact) == 0 && oact.sa_handler != SIG_IGN)
1959 (void) sigaction(SIGINT, &act, NULL);
1964 signal(SIGINT, intr);
/vbox/src/VBox/Devices/Network/slirp/dnsproxy/
H A Ddnsproxy.c724 if (signal(SIGINT, signal_handler) == SIG_ERR)
725 fatal("unable to mask signal SIGINT: %s", strerror(errno));
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp902 sigaction(SIGINT, &sa, NULL);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService.cpp775 sigaddset(&signalMask, SIGINT);
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp213 sigdelset(&SigSet, SIGINT);

Completed in 747 milliseconds

12