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.
Returns the thread number of the thread executing within its thread team.
int omp_get_thread_num( );
Remarks
For more information, see 3.1.4 omp_get_thread_num Function.
Example
See parallel for an example of using omp_get_thread_num.