Visible to Intel only — GUID: GUID-D48E9E28-DC9F-40FE-9D57-681ED7F01869
iwTls_ReleaseData
Syntax
IW_DECL(IppStatus) iwTls_ReleaseData(
IwTls *pTls
);
Parameters
pTls |
Pointer to the IwTls structure. |
Description
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.
Return Values
ippStsNoErr |
No errors. |
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsErr |
Internal TLS error. |
Parent topic: Thread Local Storage