#include <omp.h>Include dependency graph for a.40.1.c:

Go to the source code of this file.
Data Structures | |
| struct | pair |
Functions | |
| int | work1 () |
| int | work2 () |
| int | work3 () |
| void | incr_a (pair *p, int a) |
| void | incr_b (pair *p, int b) |
| void | incr_pair (pair *p, int a, int b) |
| void | a40 (pair *p) |
| void a40 | ( | pair * | p | ) |
| void incr_a | ( | pair * | p, | |
| int | a | |||
| ) |
Definition at line 13 of file a.40.1.c.
References p.
Referenced by incr_pair().
Here is the caller graph for this function:

| void incr_b | ( | pair * | p, | |
| int | b | |||
| ) |
Definition at line 20 of file a.40.1.c.
References p.
Referenced by a40(), and incr_pair().
Here is the caller graph for this function:

| void incr_pair | ( | pair * | p, | |
| int | a, | |||
| int | b | |||
| ) |
| int work1 | ( | ) |
| int work2 | ( | ) |
| int work3 | ( | ) |
1.4.7