Next: omp_get_thread_num, Previous: omp_get_team_size, Up: Runtime Library Routines [Contents][Index]
omp_get_thread_limit
– Maximum number of threadsReturn the maximum number of threads of the program.
Prototype: | int omp_get_thread_limit(void); |
Interface: | integer function omp_get_thread_limit() |
OpenMP specification v4.5, Section 3.2.14.