LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Functions | |
void | wait_for_release_then_increment (int rank) |
void | release_and_increment (int rank) |
int | test_omp_for_nowait () |
int | main () |
Variables | |
volatile int | release |
volatile int | count |
Definition at line 66 of file omp_for_nowait.c.
References i, REPETITIONS, and test_omp_for_nowait().
Definition at line 26 of file omp_for_nowait.c.
References count, rank, and release.
Referenced by test_omp_for_nowait().
int test_omp_for_nowait | ( | ) |
Definition at line 34 of file omp_for_nowait.c.
References count, i, rank, release, release_and_increment(), and wait_for_release_then_increment().
Referenced by main().
Definition at line 17 of file omp_for_nowait.c.
References count, rank, and release.
Referenced by test_omp_for_nowait().
volatile int count |
Definition at line 15 of file omp_for_nowait.c.
Referenced by release_and_increment(), test_omp_for_nowait(), and wait_for_release_then_increment().
volatile int release |
Definition at line 14 of file omp_for_nowait.c.
Referenced by release_and_increment(), test_omp_for_nowait(), and wait_for_release_then_increment().