Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019
IW_DECL(void*) iwTls_Get(
IwTls *pTls
);
pTls |
Pointer to the IwTls structure. |
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.
Pointer to the stored data for a current thread, or NULL if no data is stored.