Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
Returns the thread number of the thread executing within its thread team.
int omp_get_thread_num( );
For more information, see 3.1.4 omp_get_thread_num Function.
See parallel for an example of using omp_get_thread_num
.