ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Functions | |
BOOL | msvcrt_init_tls (void) |
BOOL | msvcrt_free_tls (void) |
thread_data_t * | msvcrt_get_thread_data (void) |
void | msvcrt_free_tls_mem (void) |
Variables | |
static DWORD | msvcrt_tls_index |
Definition at line 21 of file tls.c.
Referenced by DllMain(), and msvcrt_init_exception().
Definition at line 51 of file tls.c.
Referenced by DllMain(), and msvcrt_init_exception().
thread_data_t * msvcrt_get_thread_data | ( | void | ) |
Definition at line 31 of file tls.c.
Referenced by __CxxRegisterExceptionObject(), __CxxUnregisterExceptionObject(), __doserrno(), __fpecode(), __pxcptinfoptrs(), __uncaught_exception(), __wcserror(), _beginthread_trampoline(), _configthreadlocale(), _CreateFrameInfo(), _errno(), _FindAndUnlinkFrame(), _get_terminate(), _get_unexpected(), _gmtime64(), _IsExceptionObjectToBeDestroyed(), _set_se_translator(), _strerror(), _tasctime(), _wcserror(), _wtmpnam(), get_locinfo(), get_mbcinfo(), rand(), set_terminate(), set_unexpected(), srand(), strerror(), strtok(), terminate(), tmpnam(), unexpected(), and wcstok().
Definition at line 9 of file tls.c.
Referenced by crt_process_init(), and DllMain().
|
static |
Definition at line 7 of file tls.c.
Referenced by msvcrt_free_tls(), msvcrt_free_tls_mem(), msvcrt_get_thread_data(), and msvcrt_init_tls().