|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <oscalls.h>#include <internal.h>#include <stdlib.h>#include <crtdefs.h>#include <limits.h>
Go to the source code of this file.
Macros | |
| #define | _DLL |
| #define | _EXIT_LOCK1 8 |
Functions | |
| void __cdecl | _lock (int _File) |
| void __cdecl | _unlock (int _File) |
| _onexit_t __cdecl | __dllonexit (_onexit_t, _PVFV **, _PVFV **) |
| _onexit_t (__cdecl *__MINGW_IMP_SYMBOL(_onexit))(_onexit_t func) | |
| void | __call_atexit (void) |
| _onexit_t __cdecl | _onexit (_onexit_t func) |
| int __cdecl | atexit (_PVFV func) |
Variables | |
| _PVFV * | __onexitbegin |
| _PVFV * | __onexitend |
| #define _DLL |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 8 of file atonexit.c.
| #define _EXIT_LOCK1 8 |
Definition at line 18 of file atonexit.c.
Definition at line 30 of file atonexit.c.
Referenced by _cexit().
Definition at line 97 of file lock.c.
Referenced by _onexit().
Definition at line 53 of file atonexit.c.
| _onexit_t | ( | __cdecl * | __MINGW_IMP_SYMBOL_onexit | ) |
| _PVFV* __onexitbegin |
Definition at line 23 of file atonexit.c.
Referenced by __call_atexit(), and _onexit().
| _PVFV* __onexitend |
Definition at line 24 of file atonexit.c.
Referenced by __call_atexit(), and _onexit().