|
ReactOS 0.4.16-dev-2252-gb2c1dd8
|

Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (msvcrt) | |
| BOOL | msvcrt_init_tls (void) |
| BOOL | msvcrt_free_tls (void) |
| void | msvcrt_free_tls_mem (void) |
| thread_data_t *CDECL | msvcrt_get_thread_data (void) |
Variables | |
| DWORD | msvcrt_tls_index |
Definition at line 29 of file ucrt_tls_sup.c.
Definition at line 40 of file ucrt_tls_sup.c.
| thread_data_t *CDECL msvcrt_get_thread_data | ( | void | ) |
Definition at line 59 of file ucrt_tls_sup.c.
Definition at line 17 of file ucrt_tls_sup.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |
| DWORD msvcrt_tls_index |
Definition at line 15 of file ucrt_tls_sup.c.
Referenced by msvcrt_free_tls(), msvcrt_free_tls_mem(), msvcrt_get_thread_data(), and msvcrt_init_tls().