Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2018
IW_DECL(IppStatus) iwTls_ReleaseData(
IwTls *pTls
);
pTls |
Pointer to the IwTls structure. |
This function releases only data for all threads and does not release the TLS object itself. To automatically release internal object data for different threads, initialize the IwTlsDestructor pointer.
ippStsNoErr |
No errors. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsErr |
Internal TLS error. |