Intel IPP Integration Wrappers Developer Guide and Reference
ID
751823
Date
1/18/2023
Public
iwTls_Get
Syntax
IW_DECL(void*) iwTls_Get(
IwTls *pTls
);
Parameters
pTls |
Pointer to the IwTls structure. |
Description
This function obtains a pointer to the object from the TLS storage for a current thread. If for the current thread no object has been created yet, the function returns NULL.
Return Values
Pointer to the stored data for a current thread, or NULL if no data is stored.
Parent topic: Thread Local Storage