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

Go to the source code of this file.

Functions

int test_omp_critical (int iter)
 
int main ()
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 46 of file omp_critical_with_hint.c.

References i, REPETITIONS, and test_omp_critical().

◆ test_omp_critical()

int test_omp_critical ( int  iter)

Definition at line 9 of file omp_critical_with_hint.c.

References i, and sum.