omp_get_num_procs
int omp_get_num_procs (void);
Purpose
Returns the number of logical processors available to the application.
![]() |
Note The OpenMP Run-Time Library is available only in the LabWindows/CVI Full Development System. |
Binding thread set: all threads
Parameters
None.
Return Value
Name | Type | Description |
returnValue | int | The number of logical processors available to the application. |
Additional Information
Library: OpenMP Run-Time Library
Include file: omp.h
LabWindows/CVI compatibility: LabWindows/CVI 2013 and later