|
ReactOS 0.4.16-dev-2332-g4cba65d
|
#include <corecrt.h>
Go to the source code of this file.
Macros | |
| #define | _SIG_ATOMIC_T_DEFINED |
| #define | NSIG 23 |
| #define | SIGHUP 1 /* hangup */ |
| #define | SIGINT 2 |
| #define | SIGQUIT 3 /* quit */ |
| #define | SIGILL 4 |
| #define | SIGTRAP 5 /* trace trap (not reset when caught) */ |
| #define | SIGIOT 6 /* IOT instruction */ |
| #define | SIGABRT 6 /* used by abort, replace SIGIOT in the future */ |
| #define | SIGEMT 7 /* EMT instruction */ |
| #define | SIGFPE 8 |
| #define | SIGKILL 9 /* kill (cannot be caught or ignored) */ |
| #define | SIGBUS 10 /* bus error */ |
| #define | SIGSEGV 11 |
| #define | SIGSYS 12 /* bad argument to system call */ |
| #define | SIGPIPE 13 /* write on a pipe with no one to read it */ |
| #define | SIGTERM 15 |
| #define | SIGBREAK 21 |
| #define | SIGABRT2 22 |
| #define | SIGABRT_COMPAT 6 |
| #define | SIG_DFL (__p_sig_fn_t)0 |
| #define | SIG_IGN (__p_sig_fn_t)1 |
| #define | SIG_GET (__p_sig_fn_t)2 |
| #define | SIG_SGE (__p_sig_fn_t)3 |
| #define | SIG_ACK (__p_sig_fn_t)4 |
| #define | SIG_ERR (__p_sig_fn_t)-1 |
| #define | _pxcptinfoptrs (*__pxcptinfoptrs()) |
Typedefs | |
| typedef int | sig_atomic_t |
| typedef void(* | __p_sig_fn_t) (int) |
Functions | |
| void **__cdecl | __pxcptinfoptrs (void) |
| __p_sig_fn_t __cdecl | signal (int _SigNum, __p_sig_fn_t _Func) |
| int __cdecl | raise (int _SigNum) |
| #define _pxcptinfoptrs (*__pxcptinfoptrs()) |
| #define _SIG_ATOMIC_T_DEFINED |
| #define SIG_ACK (__p_sig_fn_t)4 |
| #define SIG_DFL (__p_sig_fn_t)0 |
| #define SIG_ERR (__p_sig_fn_t)-1 |
| #define SIG_GET (__p_sig_fn_t)2 |
| #define SIG_IGN (__p_sig_fn_t)1 |
| #define SIG_SGE (__p_sig_fn_t)3 |
| #define SIGEMT 7 /* EMT instruction */ |
| #define SIGIOT 6 /* IOT instruction */ |
| typedef int sig_atomic_t |
Definition at line 685 of file except.c.
Referenced by _CrtHandleDbgReport(), _wassert(), abort(), common_assert_to_message_box(), common_message_window(), getline(), test___pxcptinfoptrs(), and test_signal().
| __p_sig_fn_t __cdecl signal | ( | int | _SigNum, |
| __p_sig_fn_t | _Func | ||
| ) |