omp_get_thread_num

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.

See Also

Concepts

OpenMP Functions