Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019
IW_DECL(IppStatus) iwTls_Set(
IwTls *pTls,
void *pData
);
pTls |
Pointer to the IwTls structure. |
pData |
Pointer to the user object. |
Sets a pointer to the user object in the TLS storage for a current thread.
ippStsNoErr |
No errors. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsErr |
Internal TLS error. |