Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-44460882-49E9-4772-9A69-8D659125F3E5
Visible to Intel only — GUID: GUID-44460882-49E9-4772-9A69-8D659125F3E5
GetThreadIdx
Returns a unique thread identification number.
Syntax
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);
Include Files
ippcore_tl.h
Parameters
pThrIdx |
Pointer to the index of a thread. |
Description
This function returns a unique thread identification number.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition when the pThrIdx pointer is NULL. |