Searched refs:SIG_DFL (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dsignal.h51 #define SIG_DFL ((__sighandler_t)0) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dsignal.h51 #define SIG_DFL ((__sighandler_t)0) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dsignal.h43 #define SIG_DFL ((__sighandler_t *) 1) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Signal/
H A DSignal.c26 is SIG_DFL, default handling for that signal will occur. If the value of
35 equivalent of signal(sig, SIG_DFL); is executed for all other signals
86 if(Handler == SIG_DFL) {
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapemacros.h376 _SetSIGBUSHandling(SIG_DFL); /* Bus error */ \
377 _SetSIGSEGVHandling(SIG_DFL); /* Accvio/Segment error */ \
378 _SetSIGFPEHandling(SIG_DFL); /* Floating point exception */ \
379 _SetSIGILLHandling(SIG_DFL); /* Illegal instruction */ \
380 _SetSIGSYSHandling(SIG_DFL); /* Param error in sys call */ \
381 _SetSIGHUPHandling(SIG_DFL); \
382 _SetSIGPIPEHandling(SIG_DFL); \
383 _SetSIGTERMHandling(SIG_DFL)
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp214 signal(SIGINT, SIG_DFL);
216 signal(SIGBREAK, SIG_DFL);
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp2195 signal(SIGSEGV, SIG_DFL);
2196 signal(SIGBUS, SIG_DFL);
2197 signal(SIGTRAP, SIG_DFL);
2237 signal(SIGSEGV, SIG_DFL);
2238 signal(SIGBUS, SIG_DFL);
2239 signal(SIGTRAP, SIG_DFL);
2322 signal(SIGSEGV, SIG_DFL);
2323 signal(SIGBUS, SIG_DFL);
2324 signal(SIGTRAP, SIG_DFL);
2325 signal(SIGUSR2, SIG_DFL);
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.cpp208 signal(SIGINT, SIG_DFL);
210 signal(SIGBREAK, SIG_DFL);
H A DVBoxManageGuestCtrl.cpp495 signal(SIGINT, SIG_DFL);
497 signal(SIGBREAK, SIG_DFL);
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp324 signal(SIGINT, SIG_DFL);
326 signal(SIGBREAK, SIG_DFL);
763 signal(SIGINT, SIG_DFL);
765 signal(SIGBREAK, SIG_DFL);
/vbox/src/VBox/Runtime/r3/posix/
H A Dthread-posix.cpp153 if ( SigActOld.sa_handler == SIG_DFL
/vbox/src/VBox/Runtime/r3/
H A Dinit.cpp496 && saOld.sa_handler != SIG_DFL)
/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c507 signal(SIGINT, SIG_DFL);
640 signal(SIGINT, SIG_DFL);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c487 signal(SIGTERM, SIG_DFL);
488 signal(SIGINT, SIG_DFL);
/vbox/src/recompiler/tests/
H A Dlinux-test.c511 act.sa_handler = SIG_DFL;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c113 act.sa_handler = SIG_DFL;
H A Ddt_cc.c1675 * we block SIGCHLD and reset its disposition to SIG_DFL.
1683 act.sa_handler = SIG_DFL;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c931 PR_ASSERT(oact.sa_handler == SIG_DFL);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp720 signal(SIGINT, SIG_DFL);
721 signal(SIGQUIT, SIG_DFL);
722 signal(SIGSEGV, SIG_DFL);
/vbox/src/recompiler/
H A Dexec.c2033 act.sa_handler = SIG_DFL;

Completed in 163 milliseconds