Admin Production ni-theme
Current Publication

OpenMP Run-Time Library Function Tree

LabWindows/CVI

Function Tree, OpenMP Library

Class/Panel Name Function Name
Execution Environment
Set num threads omp_set_num_threads
Get num threads omp_get_num_threads
Get max threads omp_get_max_threads
Get thread num omp_get_thread_num
Get num procs omp_get_num_procs
In parallel omp_in_parallel
Set dynamic omp_set_dynamic
Get dynamic omp_get_dynamic
Set nested omp_set_nested
Get nested omp_get_nested
Locks
Simple Locks
Init lock omp_init_lock
Destroy lock omp_destroy_lock
Set lock omp_set_lock
Unset lock omp_unset_lock
Test lock omp_test_lock
Nestable Locks
Init nest lock omp_init_nest_lock
Destroy nest lock omp_destroy_nest_lock
Set nest lock omp_set_nest_lock
Unset nest lock omp_unset_nest_lock
Test nest lock omp_test_nest_lock
Timing
Get wtime omp_get_wtime
Get wtick omp_get_wtick