|
LLVM OpenMP 22.0.0git
|
Go to the source code of this file.
Macros | |
| #define | LOCKS_PER_ITER 1000 |
| #define | ITERATIONS (REPETITIONS + 1) |
Functions | |
| int | test_omp_init_lock () |
| int | main () |
| #define ITERATIONS (REPETITIONS + 1) |
Definition at line 7 of file omp_init_lock.c.
Referenced by test_omp_init_lock().
| #define LOCKS_PER_ITER 1000 |
Definition at line 6 of file omp_init_lock.c.
Referenced by test_omp_init_lock().
Definition at line 38 of file omp_init_lock.c.
References test_omp_init_lock().
| int test_omp_init_lock | ( | ) |
Definition at line 11 of file omp_init_lock.c.
References i, ITERATIONS, j, and LOCKS_PER_ITER.
Referenced by main().