Go to the source code of this file.
Functions | |
| void | abort (void) |
| int | foo (int k) |
| int | main (void) |
Variables | |
| int | q |
| void abort | ( | void | ) |
| int foo | ( | int | k | ) |
Definition at line 8 of file pr36802-2.c.
References abort(), i, l, n, omp_get_num_threads(), omp_set_dynamic(), omp_set_nested(), and q.
Here is the call graph for this function:

| int main | ( | void | ) |
Definition at line 42 of file pr36802-2.c.
References foo().
Here is the call graph for this function:

| int q |
Definition at line 5 of file pr36802-2.c.
Referenced by foo(), gomp_iter_guided_next_locked(), gomp_iter_static_next(), gomp_iter_ull_guided_next_locked(), gomp_iter_ull_static_next(), and main().
1.4.7