libgomp: Implementing MASTER construct

1 
1 9.1 Implementing MASTER construct
1 =================================
1 
1      if (omp_get_thread_num () == 0)
1        block
1 
1    Alternately, we generate two copies of the parallel subfunction and
1 only include this in the version run by the master thread.  Surely this
1 is not worthwhile though...
1