ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | _RT_STACK 0 /* stack overflow */ |
#define | _RT_NULLPTR 1 /* null pointer assignment */ |
#define | _RT_FLOAT 2 /* floating point not loaded */ |
#define | _RT_INTDIV 3 /* integer divide by 0 */ |
#define | _RT_SPACEARG 4 /* not enough space for arguments */ |
#define | _RT_SPACEENV 5 /* not enough space for environment */ |
#define | _RT_ABORT 6 /* abnormal program termination */ |
#define | _RT_THREAD 7 /* not enough space for thread data */ |
#define | _RT_LOCK 8 /* unexpected multi-thread lock error */ |
#define | _RT_HEAP 9 /* unexpected heap error */ |
#define | _RT_OPENCON 10 /* unable to open console device */ |
#define | _RT_NONCONT 11 /* non-continuable exception */ |
#define | _RT_INVALDISP 12 /* invalid disposition of exception */ |
#define | _RT_ONEXIT |
#define | _RT_PUREVIRT |
#define | _RT_STDIOINIT 15 /* not enough space for stdio initialization */ |
#define | _RT_LOWIOINIT 16 /* not enough space for lowio initialization */ |
Functions | |
__declspec (noreturn) void _amsg_exit(int errnum) | |
void | _dosmaperr (unsigned long oserrcode) |
#define _RT_LOCK 8 /* unexpected multi-thread lock error */ |
#define _RT_ONEXIT |
#define _RT_PUREVIRT |
__declspec | ( | noreturn | ) |
Definition at line 19 of file noreturn.cpp.
Definition at line 79 of file errno.c.
Referenced by _access(), _beginthreadex(), _chdrive(), _chmod(), _chsize_s(), _close(), _commit(), _cwait(), _dup2(), _findclose(), _fstat64(), _futime(), _lseeki64(), _open_osfhandle(), _pclose(), _pipe(), _tchdir(), _tfindfirst(), _tfindnext(), _tfullpath(), _tgetcwd(), _tmkdir(), _trmdir(), _tsearchenv_s(), _unlink(), _waccess(), _wchmod(), _wfreopen(), _wremove(), _wrename(), _write(), _wsopen_s(), _wsystem(), _wunlink(), access_dirT(), do_spawnT(), read_utf8(), remove(), rename(), and system().