LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | test_omp_barrier () |
int | main () |
Variables | |
int | a = 0 |
Definition at line 33 of file llvm-issue-80664.c.
References a, and test_omp_barrier().
void test_omp_barrier | ( | ) |
int a = 0 |
Definition at line 20 of file llvm-issue-80664.c.
Referenced by __GOMP_taskloop(), __kmp_dispatch_init_algorithm(), __kmp_match_with_sentinel(), __kmp_stg_cmp(), __kmp_strcasecmp_with_sentinel(), before(), check_a(), check_num_teams(), kmp_hw_thread_t::compare_ids(), isDisjoint(), kmp_aligned_malloc(), main(), omp_aligned_alloc(), omp_aligned_calloc(), task_inc_split_a(), test_base(), test_base_split(), test_nested_affinity_bug(), test_omp_barrier(), test_omp_parallel_copyin(), test_omp_parallel_for_copyin(), test_omp_parallel_for_simd_copyin(), test_omp_parallel_master_copyin(), test_omp_parallel_sections_copyin(), test_tasks(), and test_tasks_split().