Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2018
IW_DECL(IppStatus) iwTls_Init(
IwTls *pTls,
IwTlsDestructor destructor
);
pTls |
Pointer to the IwTls structure. |
destructor |
Pointer to the object destruction function. |
This function initializes the TLS structure, reserves the TLS index, and, if necessary, assigns a destruction function.
ippStsNoErr |
No errors. |
ippStsNullPtrErr |
The pTls pointer is NULL. |
ippStsErr |
Internal TLS error. |