LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Functions | |
static int | check_i_islarger (int i) |
int | test_omp_for_ordered () |
int | main () |
Variables | |
static int | last_i = 0 |
Definition at line 10 of file omp_for_ordered.c.
Referenced by test_omp_for_ordered().
Definition at line 49 of file omp_for_ordered.c.
References i, REPETITIONS, and test_omp_for_ordered().
int test_omp_for_ordered | ( | ) |
Definition at line 18 of file omp_for_ordered.c.
References check_i_islarger(), i, last_i, and sum.
Referenced by main().
|
static |
Definition at line 6 of file omp_for_ordered.c.
Referenced by check_i_islarger(), and test_omp_for_ordered().