#include <omp.h>#include <stdlib.h>Include dependency graph for atomic-3.c:

Go to the source code of this file.
Functions | |
| __attribute__ ((noinline)) | |
| int | main (void) |
Variables | |
| short | e [64] |
| int | g |
| _Complex double | d |
| _Complex double | f |
| int | num_threads |
| void __attribute__ | ( | (noinline) | ) |
Definition at line 12 of file atomic-3.c.
References d, e, f, g, i, num_threads, and omp_get_num_threads().
Here is the call graph for this function:

| int main | ( | void | ) |
Definition at line 38 of file atomic-3.c.
References abort(), d, e, f, foo(), g, i, and num_threads.
Here is the call graph for this function:

| _Complex double d |
Definition at line 9 of file atomic-3.c.
| short e[64] |
Definition at line 7 of file atomic-3.c.
| _Complex double f |
| int g |
| int num_threads |
Definition at line 10 of file atomic-3.c.
Referenced by __attribute__(), foo(), gomp_resolve_num_threads(), main(), parallel(), sort1(), and sort2().
1.4.7