Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/22/2024
Public
Document Table of Contents

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.