LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include <omp.h>
Go to the source code of this file.
Macros | |
#define | res 30 |
Functions | |
int | work (int k, int l) |
void | bar (int i) |
int | foo () |
int | main () |
Variables | |
int | r |
#define res 30 |
Definition at line 54 of file omp_task_red_taskloop.c.
int foo | ( | ) |
Definition at line 55 of file omp_task_red_taskloop.c.
Definition at line 17 of file omp_task_red_taskloop.c.
Referenced by bar().
int r |
Definition at line 15 of file omp_task_red_taskloop.c.
Referenced by __kmp_common_initialize(), __kmp_dispatch_guided_remaining(), __kmp_get_random(), __kmp_get_xproc(), __kmp_hardware_timestamp(), __kmp_internal_end(), __kmp_internal_end_library(), __kmp_internal_end_thread(), __kmp_wait(), __kmp_wait_4(), bar(), kmp_topology_t::calculate_ratio(), StringTable::encode(), foo(), KMP_UBER_GTID(), main(), test_then_add< kmp_int32 >(), test_then_add< kmp_int64 >(), test_then_inc< kmp_int32 >(), test_then_inc< kmp_int64 >(), test_then_inc_acq< kmp_int32 >(), and test_then_inc_acq< kmp_int64 >().