blob: 7e6d4547c1edd1d3ecce0fa70dd95df5926cd8bc [file] [log] [blame]
<html><head><title>get_thread_num</title>
<body>
<H3>get_thread_num</H3>
<PRE>
int get_thread_num(void)
</PRE>
<DL><DD>
This function returns the thread number, within its team, of the thread executing the function. The thread number lies between 0 and omp_get_num_threads()-1, inclusive. The master thread of the team is thread 0.
<P></DL></font></body></html>