|
LLVM OpenMP 22.0.0git
|
#include <stdio.h>#include <stdlib.h>#include <omp.h>Go to the source code of this file.
Functions | |
| void | inc_a () |
| int | main () |
Variables | |
| int | a |
| void inc_a | ( | ) |
Definition at line 16 of file issue-87307.c.
References a, i, inc_a(), omp_get_num_threads(), omp_set_dynamic, and omp_set_max_active_levels.
| int a |
Definition at line 6 of file issue-87307.c.