ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <internal_shared.h>
Go to the source code of this file.
Functions | |
void | msvcrt_init_exception (HINSTANCE hinstDLL) |
BOOL | msvcrt_init_tls (void) |
void | msvcrt_free_tls_mem (void) |
BOOL | msvcrt_free_tls (void) |
__vcrt_bool __cdecl | __vcrt_initialize (void) |
__vcrt_bool __cdecl | __vcrt_uninitialize (_In_ __vcrt_bool _Terminating) |
__vcrt_bool __cdecl | __vcrt_uninitialize_critical (void) |
__vcrt_bool __cdecl | __vcrt_thread_attach (void) |
__vcrt_bool __cdecl | __vcrt_thread_detach (void) |
static VOID WINAPI | wine_tls_cleanup_callback (PVOID hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
Variables | |
const IMAGE_TLS_DIRECTORY * | __p_tls_used = &_tls_used |
__vcrt_bool __cdecl __vcrt_initialize | ( | void | ) |
Definition at line 18 of file __vcrt_init.c.
__vcrt_bool __cdecl __vcrt_thread_attach | ( | void | ) |
Definition at line 41 of file __vcrt_init.c.
__vcrt_bool __cdecl __vcrt_thread_detach | ( | void | ) |
Definition at line 47 of file __vcrt_init.c.
__vcrt_bool __cdecl __vcrt_uninitialize | ( | _In_ __vcrt_bool | _Terminating | ) |
Definition at line 28 of file __vcrt_init.c.
__vcrt_bool __cdecl __vcrt_uninitialize_critical | ( | void | ) |
Definition at line 36 of file __vcrt_init.c.
Definition at line 53 of file tls.c.
Referenced by wine_tls_cleanup_callback().
Referenced by __vcrt_initialize().
|
static |
Definition at line 61 of file __vcrt_init.c.
const IMAGE_TLS_DIRECTORY* __p_tls_used = &_tls_used |
Definition at line 56 of file __vcrt_init.c.