Lines Matching refs:signal

360 // This is set by default, because we assume that unix compilers are posix-signal-compatible by default.
4059 // Tag type to signal that a generator sequence should convert arguments to a specific type
7976 #include <signal.h>
8008 // are passed on, previous signal handlers are called, and so on.
8010 // Can only be instantiated once, and assumes that once a signal
10764 // If neither SEH nor signal handling is required, the handler impls
10805 { static_cast<DWORD>(EXCEPTION_ILLEGAL_INSTRUCTION), "SIGILL - Illegal instruction signal" },
10807 { static_cast<DWORD>(EXCEPTION_ACCESS_VIOLATION), "SIGSEGV - Segmentation violation signal" },
10865 #include <signal.h>
10875 { SIGINT, "SIGINT - Terminal interrupt signal" },
10876 { SIGILL, "SIGILL - Illegal instruction signal" },
10877 { SIGFPE, "SIGFPE - Floating point error signal" },
10878 { SIGSEGV, "SIGSEGV - Segmentation violation signal" },
10879 { SIGTERM, "SIGTERM - Termination request signal" },
10880 { SIGABRT, "SIGABRT - Abort (abnormal termination) signal" }
10897 // We set signal handlers back to the previous ones. Hopefully
10899 // their signal handlers to live past ours given that they
10909 char const * name = "<unknown signal>";
10916 // We need to restore previous signal handlers and let them do
10918 // when a signal is raised, and so on.
10925 assert(!altStackMem && "Cannot initialize POSIX signal handler when one already exists");
10934 // We signal that another instance can be constructed by zeroing
14770 // Two of the processing methods return true to signal the caller to return
14863 //invalid argument, signal failure to previous scope.
14971 // TBD: How to signal that the measured resolution is probably wrong?