LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Functions | |
static int | check_i_islarger2 (int i) |
Utility function: returns true if the passed argument is larger than the argument of the last call of this function. | |
int | test_omp_parallel_for_ordered () |
int | main () |
Variables | |
static int | last_i = 0 |
int | i |
static int | ii |
Utility function: returns true if the passed argument is larger than the argument of the last call of this function.
Definition at line 20 of file omp_parallel_for_ordered.c.
Referenced by test_omp_parallel_for_ordered().
Definition at line 53 of file omp_parallel_for_ordered.c.
References i, REPETITIONS, and test_omp_parallel_for_ordered().
int test_omp_parallel_for_ordered | ( | ) |
Definition at line 28 of file omp_parallel_for_ordered.c.
References check_i_islarger2(), i, ii, last_i, and sum.
Referenced by main().
int i |
Definition at line 7 of file omp_parallel_for_ordered.c.
Referenced by check_i_islarger2(), main(), and test_omp_parallel_for_ordered().
|
static |
Definition at line 13 of file omp_parallel_for_ordered.c.
Referenced by __kmp_aux_get_team_info(), __kmp_get_ancestor_thread_num(), __kmp_get_team_size(), and test_omp_parallel_for_ordered().
|
static |
Definition at line 5 of file omp_parallel_for_ordered.c.
Referenced by check_i_islarger2(), and test_omp_parallel_for_ordered().