Go to the source code of this file.
Functions | |
| void | abort (void) |
| void | single (int a, int b) |
| int | main () |
| void abort | ( | void | ) |
| int main | ( | void | ) |
Definition at line 15 of file omp-single-3.c.
References single().
Here is the call graph for this function:

| void single | ( | int | a, | |
| int | b | |||
| ) |
Definition at line 4 of file omp-single-3.c.
References abort().
Referenced by main().
Here is the call graph for this function:

Here is the caller graph for this function:

1.4.7