Intel IPP Integration Wrappers Developer Guide and Reference

ID 751823
Date 1/18/2023
Public
Document Table of Contents

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;