LLVM OpenMP 22.0.0git
|
#include "kmp.h"
Go to the source code of this file.
Macros | |
#define | OMPT_REDUCTION_DECL(this_thr, gtid) |
#define | OMPT_REDUCTION_BEGIN |
#define | OMPT_REDUCTION_END |
#define OMPT_REDUCTION_BEGIN |
Definition at line 209 of file ompt-specific.h.
Referenced by __kmp_dist_barrier_gather(), __kmp_hierarchical_barrier_gather(), __kmp_hyper_barrier_gather(), __kmp_linear_barrier_gather_template(), __kmp_tree_barrier_gather(), __kmpc_reduce(), and __kmpc_reduce_nowait().
#define OMPT_REDUCTION_DECL | ( | this_thr, | |
gtid ) |
Definition at line 208 of file ompt-specific.h.
Referenced by __kmp_dist_barrier_gather(), __kmp_hierarchical_barrier_gather(), __kmp_hyper_barrier_gather(), __kmp_linear_barrier_gather_template(), __kmp_tree_barrier_gather(), __kmpc_end_reduce(), __kmpc_end_reduce_nowait(), __kmpc_reduce(), and __kmpc_reduce_nowait().
#define OMPT_REDUCTION_END |
Definition at line 210 of file ompt-specific.h.
Referenced by __kmp_dist_barrier_gather(), __kmp_hierarchical_barrier_gather(), __kmp_hyper_barrier_gather(), __kmp_linear_barrier_gather_template(), __kmp_tree_barrier_gather(), __kmpc_end_reduce(), and __kmpc_end_reduce_nowait().