#include <omp.h>Include dependency graph for loop-12.c:

Go to the source code of this file.
Defines | |
| #define | LLONG_MAX __LONG_LONG_MAX__ |
| #define | ULLONG_MAX (LLONG_MAX * 2ULL + 1) |
| #define | INT_MAX __INT_MAX__ |
| #define | check(var, val, loopidx, idx) if (var == (val)) set (loopidx, idx); else |
| #define | test(loopidx, count) |
Functions | |
| void | abort (void) |
| void | set (int loopidx, int idx) |
| int | test1 (void) |
| int | test2 (void) |
| int | test3 (void) |
| int | test4 (void) |
| int | test5 (void) |
| int | main (void) |
Variables | |
| int | arr [6 *5] |
| #define check | ( | var, | |||
| val, | |||||
| loopidx, | |||||
| idx | ) | if (var == (val)) set (loopidx, idx); else |
| #define INT_MAX __INT_MAX__ |
Definition at line 9 of file loop-12.c.
Referenced by gomp_barrier_wait_end(), gomp_ptrlock_set_slow(), gomp_team_barrier_wait_end(), gomp_team_barrier_wake(), omp_get_thread_limit(), test1(), test2(), test3(), test4(), and test5().
| #define LLONG_MAX __LONG_LONG_MAX__ |
| #define test | ( | loopidx, | |||
| count | ) |
Value:
for (idx = 0; idx < 5; idx++) \ if (arr[loopidx * 5 + idx] != idx < count) \ abort (); \ else \ arr[loopidx * 5 + idx] = 0
Definition at line 22 of file loop-12.c.
Referenced by f_copy(), f_nocopy(), function(), gomp_loop_ordered_static_next(), gomp_loop_ull_ordered_static_next(), main(), test1(), test2(), test3(), test4(), and test5().
| #define ULLONG_MAX (LLONG_MAX * 2ULL + 1) |
| void abort | ( | void | ) |
| int main | ( | void | ) |
| int test1 | ( | void | ) |
| int test2 | ( | void | ) |
| int test3 | ( | void | ) |
| int test4 | ( | void | ) |
| int test5 | ( | void | ) |
1.4.7