Share via


3.1 Execution Environment Functions

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The functions described in this section affect and monitor threads, processors, and the parallel environment:

  • the omp_set_num_threads function.

  • the omp_get_num_threads function.

  • the omp_get_max_threads function.

  • the omp_get_thread_num function.

  • the omp_get_num_procs function.

  • the omp_in_parallel function.

  • the omp_set_dynamic function.

  • the omp_get_dynamic function.

  • the omp_set_nested function.

  • the omp_get_nested function.