LLVM OpenMP 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"
Public Attributes | |
std::atomic< kmp_int32 > | count |
std::atomic< kmp_int32 > | cancel_request |
struct kmp_taskgroup * | parent |
void * | reduce_data |
kmp_int32 | reduce_num_data |
uintptr_t * | gomp_data |
std::atomic<kmp_int32> kmp_taskgroup::cancel_request |
Definition at line 2491 of file kmp.h.
Referenced by __kmp_get_cancellation_status(), __kmp_invoke_task(), __kmpc_cancel(), __kmpc_cancellationpoint(), and __kmpc_taskgroup().
std::atomic<kmp_int32> kmp_taskgroup::count |
Definition at line 2489 of file kmp.h.
Referenced by __kmp_first_top_half_finish_proxy(), __kmp_task_alloc(), __kmp_task_dup_alloc(), __kmp_task_finish(), __kmp_track_children_task(), __kmpc_end_taskgroup(), and __kmpc_taskgroup().
uintptr_t* kmp_taskgroup::gomp_data |
Definition at line 2496 of file kmp.h.
Referenced by __kmp_GOMP_init_reductions(), __kmp_GOMP_taskgroup_reduction_register(), __kmpc_end_taskgroup(), __kmpc_taskgroup(), and KMP_API_NAME_GOMP_TASK_REDUCTION_REMAP().
struct kmp_taskgroup* kmp_taskgroup::parent |
Definition at line 2492 of file kmp.h.
Referenced by __kmpc_end_taskgroup(), __kmpc_task_reduction_get_th_data(), __kmpc_taskgroup(), and KMP_API_NAME_GOMP_TASK_REDUCTION_REMAP().
void* kmp_taskgroup::reduce_data |
Definition at line 2494 of file kmp.h.
Referenced by __kmp_task_reduction_clean(), __kmp_task_reduction_fini(), __kmp_task_reduction_init(), __kmp_task_reduction_init_copy(), __kmp_task_reduction_modifier_init(), __kmpc_end_taskgroup(), __kmpc_task_reduction_get_th_data(), and __kmpc_taskgroup().
kmp_int32 kmp_taskgroup::reduce_num_data |
Definition at line 2495 of file kmp.h.
Referenced by __kmp_task_reduction_clean(), __kmp_task_reduction_fini(), __kmp_task_reduction_init(), __kmp_task_reduction_init_copy(), __kmpc_task_reduction_get_th_data(), and __kmpc_taskgroup().