|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Typedefs | |
| typedef void(WINAPI * | exit_process_pft) (UINT) |
Functions | |
| static bool __cdecl | is_managed_app () throw () |
| static void __cdecl | try_cor_exit_process (UINT const return_code) throw () |
| static bool __cdecl | should_call_terminate_process () throw () |
| static void __cdecl | exit_or_terminate_process (UINT const return_code) throw () |
| static int __cdecl | atexit_exception_filter (unsigned long const _exception_code) throw () |
| void __cdecl | __acrt_initialize_thread_local_exit_callback (void *encoded_null) |
| void __cdecl | _register_thread_local_exe_atexit_callback (_In_ _tls_callback_type const _Callback) |
| static void __cdecl | common_exit (int const return_code, _crt_exit_cleanup_mode const cleanup_mode, _crt_exit_return_mode const return_mode) throw () |
| int __cdecl | _is_c_termination_complete () |
| void __cdecl | exit (int const return_code) |
| void __cdecl | _exit (int const return_code) |
| void __cdecl | _Exit (int const return_code) |
| void __cdecl | quick_exit (int const return_code) |
| void __cdecl | _cexit () |
| void __cdecl | _c_exit () |
Variables | |
| static long | c_termination_complete = FALSE |
| _onexit_table_t | __acrt_atexit_table |
| _onexit_table_t | __acrt_at_quick_exit_table |
| static _tls_callback_type | thread_local_exit_callback_func |
Definition at line 315 of file exit.cpp.
Definition at line 162 of file exit.cpp.
|
static | ||||||||||||||||||||||||
Definition at line 175 of file exit.cpp.
Referenced by _c_exit(), _cexit(), _exit(), _Exit(), exit(), and quick_exit().
Definition at line 126 of file exit.cpp.
Referenced by common_exit().
Definition at line 49 of file exit.cpp.
Referenced by common_exit().
Definition at line 304 of file exit.cpp.
Referenced by test_call_quick_exit().
Definition at line 105 of file exit.cpp.
Referenced by exit_or_terminate_process().
Definition at line 82 of file exit.cpp.
Referenced by common_exit(), and exit_or_terminate_process().
| _onexit_table_t __acrt_at_quick_exit_table |
Definition at line 15 of file exit.cpp.
Referenced by common_exit().
| _onexit_table_t __acrt_atexit_table |
Definition at line 14 of file exit.cpp.
Referenced by common_exit().
Definition at line 12 of file exit.cpp.
Referenced by _is_c_termination_complete(), and common_exit().
|
static |
Definition at line 21 of file exit.cpp.
Referenced by __acrt_initialize_thread_local_exit_callback(), _register_thread_local_exe_atexit_callback(), and common_exit().