#include <omp.h>Include dependency graph for omp-loop02.c:

Go to the source code of this file.
Defines | |
| #define | N 10 |
Functions | |
| void | abort (void) |
| void | parloop (int *a) |
| main () | |
| #define N 10 |
Definition at line 7 of file omp-loop02.c.
| void abort | ( | void | ) |
| main | ( | void | ) |
| void parloop | ( | int * | a | ) |
Definition at line 9 of file omp-loop02.c.
Referenced by main().
Here is the caller graph for this function:

1.4.7