IwTls Structure
IwTls
StructureThe
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;