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 thepThrIdxpointer isNULL.