#include <omp.h>#include <string.h>#include <assert.h>#include "libgomp_g.h"Include dependency graph for parallel-1.c:

Go to the source code of this file.
Functions | |
| static void | function (void *dummy) |
| int | main () |
Variables | |
| static int | nthr |
| static int | saw [4] |
| static void function | ( | void * | dummy | ) | [static] |
Definition at line 12 of file parallel-1.c.
References nthr, omp_get_num_threads(), omp_get_thread_num(), and saw.
Here is the call graph for this function:

| int main | ( | void | ) |
Definition at line 22 of file parallel-1.c.
References function(), GOMP_parallel_end(), GOMP_parallel_start(), memset(), nthr, omp_set_dynamic(), and saw.
Here is the call graph for this function:

int nthr [static] |
Definition at line 9 of file parallel-1.c.
Referenced by function(), gomp_free_thread(), gomp_team_start(), and main().
int saw[4] [static] |
1.4.7