Visible to Intel only — GUID: GUID-6A0C13AE-2E4B-428C-9E5B-EC922CDEA214
iwTls_Release
Syntax
IW_DECL(IppStatus) iwTls_Release(
IwTls *pTls
);
Parameters
pTls |
Pointer to the IwTls structure. |
Description
This function releases the TLS object and all data associated with for all threads. To automatically release internal object data for different threads, initialize the IwTlsDestructor pointer.
Return Values
ippStsNoErr |
No errors. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsErr |
Internal TLS error. |
Parent topic: Thread Local Storage