Go to the source code of this file.
Defines | |
| #define | N 1000 |
Functions | |
| void | abort (void) |
| int | foo () |
| int | main () |
| #define N 1000 |
Definition at line 4 of file omp-nested-1.c.
| void abort | ( | void | ) |
| int foo | ( | void | ) |
Definition at line 6 of file omp-nested-1.c.
References i, j, N, num_threads, and parallel().
Here is the call graph for this function:

| int main | ( | void | ) |
Definition at line 23 of file omp-nested-1.c.
References abort(), foo(), and N.
Here is the call graph for this function:

1.4.7