Loading [MathJax]/extensions/tex2jax.js
SyTen
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ omp_get_thread_num()

int omp_get_thread_num ( )

Only exists if OpenMP is disabled, returns always 0.

We need the current thread number a couple times, having this function here avoids having to use even more #ifdef in code.