Visible to Intel only — GUID: GUID-D66E6ABF-408C-47A3-93B7-10CDD3BFDCAB
IwTls Structure
The IwTls structure stores the thread local storage (TLS) abstraction layer data.
typedef struct _IwTls
{
IwTlsDestructor m_desctuctor; // Pointer to the destruction function
size_t m_idx; // Internal TLS index
void *m_pTlsStorage; // TLS object
} IwTls;
Parent topic: Thread Local Storage