#include <omp.h>
#include <sys/time.h>
#include <unistd.h>
#include <assert.h>
#include "libgomp_g.h"
Include dependency graph for barrier-1.c:
Go to the source code of this file.
Functions | |
static void | function (void *dummy) |
int | main () |
Variables | |
timeval | stamps [3][3] |
static void function | ( | void * | dummy | ) | [static] |
Definition at line 12 of file barrier-1.c.
References GOMP_barrier(), omp_get_thread_num(), and stamps.
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 33 of file barrier-1.c.
References function(), GOMP_parallel_end(), GOMP_parallel_start(), omp_set_dynamic(), and stamps.
Here is the call graph for this function:
struct timeval stamps[3][3] |