|
ReactOS 0.4.16-dev-2110-ge3521eb
|

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 53 of file tls.c.
Referenced by wine_tls_cleanup_callback().
| thread_data_t * msvcrt_get_thread_data | ( | void | ) |
Definition at line 31 of file tls.c.
Referenced by __CxxDetectRethrow(), __CxxExceptionFilter(), __CxxRegisterExceptionObject(), __CxxUnregisterExceptionObject(), __doserrno(), __fpecode(), __pxcptinfoptrs(), __uncaught_exception(), __wcserror(), _configthreadlocale(), _CreateFrameInfo(), _ecvt(), _errno(), _fcvt(), _FindAndUnlinkFrame(), _get_terminate(), _get_unexpected(), _gmtime64(), _invalid_parameter(), _IsExceptionObjectToBeDestroyed(), _localtime64(), _mbstok(), _mbstok_l(), _set_se_translator(), _setmbcp(), _strerror(), _tasctime(), _wasctime(), _wcserror(), _wtmpnam(), asctime(), call_catch_block(), cxx_frame_handler(), find_catch_block(), get_current_locale_noalloc(), get_locinfo(), get_mbcinfo(), locale_to_sname(), rand(), set_terminate(), set_unexpected(), setlocale(), srand(), strerror(), strtok(), terminate(), tmpnam(), unexpected(), and wcstok().
|
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().