omp_get_nested
int omp_get_nested (void);
Purpose
LabWindows/CVI does not support nested parallelism. This function is provided for compatiblity reasons should you choose to port your code to another OpenMP-compatible compiler. This function always returns FALSE in LabWindows/CVI.
![]() |
Note The OpenMP Run-Time Library is available only in the LabWindows/CVI Full Development System. |
Binding thread set: encountering thread
Parameters
None.
Return Value
Name | Type | Description |
returnValue | int | Always returns FALSE in LabWindows/CVI. |
Additional Information
Library: OpenMP Run-Time Library
Include file: omp.h
LabWindows/CVI compatibility: LabWindows/CVI 2013 and later