Developer Reference for Intel® Integrated Performance Primitives 2019
Returns a unique thread identification number.
Case 1: Operation with TL functions based on the Platform Aware API
IppStatus ippGetThreadIdx_LT(int* pThrIdx);
Case 2: Operation with TL functions based on the Classic API
IppStatus ippGetThreadIdx_T(int* pThrIdx);
ippcore_tl.h
pThrIdx |
Pointer to the index of a thread. |
This function returns a unique thread identification number.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition when the pThrIdx pointer is NULL. |