Visible to Intel only — GUID: GUID-9AE68F8A-3091-4307-B951-003A18A160EC
iwTls_Set
Syntax
IW_DECL(IppStatus) iwTls_Set(
IwTls *pTls,
void *pData
);
Parameters
pTls |
Pointer to the IwTls structure. |
pData |
Pointer to the user object. |
Description
Sets a pointer to the user object in the TLS storage for a current thread.
Return Values
ippStsNoErr |
No errors. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsErr |
Internal TLS error. |
Parent topic: Thread Local Storage