Developer Reference for Intel® Integrated Performance Primitives 2019
Returns type of the threading layer.
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);
ippcore_tl.h
thrType |
Pointer to the threading type. |
This function returns OMP if the OpenMP* Threading Layer and TBB if the TBB* Threading Layer is used.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition when the thrType pointer is NULL. |