Go to the source code of this file.
Functions | |
| int | omp_set_dynamic (int) |
| int | omp_get_thread_num (void) |
| void | abort (void) |
| int | main (void) |
Variables | |
| int | a = 8 |
| int | b = 12 |
| int | c = 16 |
| int | d = 20 |
| int | j = 0 |
| int | l = 0 |
| char | e [10] = "a" |
| char | f [10] = "b" |
| char | g [10] = "c" |
| char | h [10] = "d" |
| volatile int | k |
| void abort | ( | void | ) |
| int main | ( | void | ) |
Definition at line 13 of file pr26943-3.c.
References a, abort(), b, c, d, e, f, g, h, i, j, k, l, omp_get_thread_num(), omp_set_dynamic(), and omp_set_nested().
Here is the call graph for this function:

| int omp_get_thread_num | ( | void | ) |
Definition at line 144 of file parallel.c.
| int a = 8 |
Definition at line 8 of file pr26943-3.c.
| int b = 12 |
Definition at line 8 of file pr26943-3.c.
| int c = 16 |
Definition at line 8 of file pr26943-3.c.
| int d = 20 |
Definition at line 8 of file pr26943-3.c.
| char e[10] = "a" |
Definition at line 9 of file pr26943-3.c.
| char f[10] = "b" |
Definition at line 9 of file pr26943-3.c.
| char g[10] = "c" |
Definition at line 9 of file pr26943-3.c.
| char h[10] = "d" |
Definition at line 9 of file pr26943-3.c.
| int j = 0 |
Definition at line 8 of file pr26943-3.c.
| volatile int k |
| int l = 0 |
Definition at line 8 of file pr26943-3.c.
1.4.7