1 // RUN: %libomp-compile-and-run
3 #include "omp_testsuite.h"
11 executing_thread
= -1;
21 executing_thread
= omp_get_thread_num();
23 } /* end of parallel*/
24 return ((nthreads
== 1) && (executing_thread
== 0));
32 for(i
= 0; i
< REPETITIONS
; i
++) {
33 if(!test_omp_master()) {