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

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

GetThreadingType

Returns type of the threading layer.

Syntax

Case 1: Operation with TL functions based on the Platform Aware API

IppStatus ippGetThreadingType_LT(IppThreadingType* thrType);

Case 2: Operation with TL functions based on the Classic API

IppStatus ippGetThreadingType_T(IppThreadingType* thrType);

Include Files

ippcore_tl.h

Parameters

thrType

Pointer to the threading type.

Description

This function returns OMP if the OpenMP* Threading Layer and TBB if the TBB* Threading Layer is used.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error condition when the thrType pointer is NULL.