LLVM OpenMP 20.0.0git
Functions
omp_barrier.c File Reference
#include <stdio.h>
#include "omp_testsuite.h"
#include "omp_my_sleep.h"

Go to the source code of this file.

Functions

int test_omp_barrier ()
 
int main ()
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 34 of file omp_barrier.c.

References i, omp_set_dynamic, omp_set_num_threads, REPETITIONS, and test_omp_barrier().

◆ test_omp_barrier()

int test_omp_barrier ( )

Definition at line 11 of file omp_barrier.c.

References my_sleep(), rank, REPETITIONS, and SLEEPTIME.

Referenced by main().