#include <omp.h>#include <stdlib.h>Include dependency graph for pr32362-3.c:

Go to the source code of this file.
Functions | |
| int | main () |
Variables | |
| int | a = 2 |
| int main | ( | void | ) |
Definition at line 11 of file pr32362-3.c.
References a, abort(), b, n, omp_get_thread_num(), omp_set_dynamic(), omp_set_nested(), and omp_set_num_threads().
Here is the call graph for this function:

| int a = 2 |
Definition at line 8 of file pr32362-3.c.
1.4.7