|
LLVM OpenMP 22.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_sections_nowait () |
| int | main () |
Variables | |
| volatile int | release |
| volatile int | count |
Definition at line 93 of file omp_sections_nowait.c.
References i, REPETITIONS, and test_omp_sections_nowait().
Definition at line 28 of file omp_sections_nowait.c.
References count, rank, and release.
Referenced by test_omp_sections_nowait().
| int test_omp_sections_nowait | ( | ) |
Definition at line 37 of file omp_sections_nowait.c.
References count, rank, release, release_and_increment(), and wait_for_release_then_increment().
Referenced by main().
Definition at line 19 of file omp_sections_nowait.c.
References count, rank, and release.
Referenced by test_omp_sections_nowait().
| volatile int count |
Definition at line 17 of file omp_sections_nowait.c.
| volatile int release |
Definition at line 16 of file omp_sections_nowait.c.