#include <omp.h>#include <sys/time.h>#include <unistd.h>#include <assert.h>#include "libgomp_g.h"Include dependency graph for single-1.c:

Go to the source code of this file.
Functions | |
| static void | f_nocopy (void *dummy) |
| static void | f_copy (void *dummy) |
| int | main () |
Variables | |
| static int | test |
| static void f_copy | ( | void * | dummy | ) | [static] |
Definition at line 24 of file single-1.c.
References GOMP_single_copy_end(), GOMP_single_copy_start(), omp_get_thread_num(), test, and x.
Referenced by main().
Here is the call graph for this function:

Here is the caller graph for this function:

| static void f_nocopy | ( | void * | dummy | ) | [static] |
Definition at line 14 of file single-1.c.
References GOMP_single_start(), omp_get_thread_num(), and test.
Referenced by main().
Here is the call graph for this function:

Here is the caller graph for this function:

| int main | ( | void | ) |
Definition at line 38 of file single-1.c.
References f_copy(), f_nocopy(), GOMP_parallel_end(), GOMP_parallel_start(), omp_set_dynamic(), and test.
Here is the call graph for this function:

int test [static] |
Definition at line 12 of file single-1.c.
1.4.7