Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2018

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;