Visible to Intel only — GUID: GUID-6D815789-26B4-4B0C-A736-09EA98259C3B
iwTls_Init
Syntax
IW_DECL(IppStatus) iwTls_Init(
IwTls *pTls,
IwTlsDestructor destructor
);
Parameters
pTls |
Pointer to the IwTls structure. |
destructor |
Pointer to the object destruction function. |
Description
This function initializes the TLS structure, reserves the TLS index, and, if necessary, assigns a destruction function.
Return Values
ippStsNoErr |
No errors. |
ippStsNullPtrErr |
The pTls pointer is NULL. |
ippStsErr |
Internal TLS error. |
Parent topic: Thread Local Storage