|
ReactOS 0.4.16-dev-2298-gcac013a
|
#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.
Definition at line 85 of file lock.c.
Referenced by __acrt_initialize_stdio(), __acrt_uninitialize_stdio(), _execute_onexit_table(), _fcloseall(), _lock(), _lock_file(), _lock_locales(), _onexit(), _pclose(), _register_onexit_function(), _setmbcp(), _tzset(), _tzset_init(), _unlock_file(), _wgetenv(), _wgetenv_s(), _wpopen(), getenv(), getenv_s(), putenv_helper(), update_thread_locale(), and wputenv_helper().
Definition at line 53 of file atonexit.c.
| _onexit_t | ( | __cdecl * | __MINGW_IMP_SYMBOL_onexit | ) |
Definition at line 114 of file lock.c.
Referenced by _execute_onexit_table(), _lock(), _onexit(), _pclose(), _register_onexit_function(), _setmbcp(), _tzset(), _tzset_init(), _unlock_file(), _unlock_locales(), _wgetenv(), _wgetenv_s(), _wpopen(), getenv(), getenv_s(), putenv_helper(), update_thread_locale(), and wputenv_helper().
Definition at line 97 of file atonexit.c.
Referenced by main(), openlog(), Test_atexit(), and xmlInitParser().
| _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().