#include <limits.h>#include "wait.h"Include dependency graph for bar.c:

Go to the source code of this file.
Functions | |
| void | gomp_barrier_wait_end (gomp_barrier_t *bar, gomp_barrier_state_t state) |
| void | gomp_barrier_wait (gomp_barrier_t *bar) |
| void | gomp_barrier_wait_last (gomp_barrier_t *bar) |
| void | gomp_team_barrier_wake (gomp_barrier_t *bar, int count) |
| void | gomp_team_barrier_wait_end (gomp_barrier_t *bar, gomp_barrier_state_t state) |
| void | gomp_team_barrier_wait (gomp_barrier_t *bar) |
| void gomp_barrier_wait | ( | gomp_barrier_t * | bar | ) |
Definition at line 55 of file bar.c.
Referenced by gomp_barrier_wait_last(), gomp_free_thread(), gomp_team_end(), and ompc_team_end().
Here is the caller graph for this function:

| void gomp_barrier_wait_end | ( | gomp_barrier_t * | bar, | |
| gomp_barrier_state_t | state | |||
| ) |
Definition at line 34 of file bar.c.
Referenced by gomp_barrier_wait(), and gomp_barrier_wait_last().
Here is the caller graph for this function:

| void gomp_barrier_wait_last | ( | gomp_barrier_t * | bar | ) |
Definition at line 68 of file bar.c.
References bar, gomp_barrier_wait_end(), and gomp_barrier_wait_start().
Referenced by gomp_free_pool_helper(), and ompc_team_end().
Here is the call graph for this function:

Here is the caller graph for this function:

| void gomp_team_barrier_wait | ( | gomp_barrier_t * | bar | ) |
Definition at line 119 of file bar.c.
Referenced by GOMP_barrier(), GOMP_single_copy_end(), GOMP_single_copy_start(), gomp_team_end(), and ompc_team_end().
Here is the caller graph for this function:

| void gomp_team_barrier_wait_end | ( | gomp_barrier_t * | bar, | |
| gomp_barrier_state_t | state | |||
| ) |
Definition at line 82 of file bar.c.
Referenced by gomp_team_barrier_wait(), and gomp_work_share_end().
Here is the caller graph for this function:

| void gomp_team_barrier_wake | ( | gomp_barrier_t * | bar, | |
| int | count | |||
| ) |
Definition at line 76 of file bar.c.
Referenced by gomp_barrier_handle_tasks(), and GOMP_task().
Here is the caller graph for this function:

1.4.7