LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_taskgroup Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"

Public Attributes

std::atomic< kmp_int32count
 
std::atomic< kmp_int32cancel_request
 
struct kmp_taskgroupparent
 
voidreduce_data
 
kmp_int32 reduce_num_data
 
uintptr_t * gomp_data
 

Detailed Description

Definition at line 2479 of file kmp.h.

Member Data Documentation

◆ cancel_request

std::atomic<kmp_int32> kmp_taskgroup::cancel_request

◆ count

std::atomic<kmp_int32> kmp_taskgroup::count

◆ gomp_data

uintptr_t* kmp_taskgroup::gomp_data

◆ parent

struct kmp_taskgroup* kmp_taskgroup::parent

◆ reduce_data

void* kmp_taskgroup::reduce_data

◆ reduce_num_data

kmp_int32 kmp_taskgroup::reduce_num_data

The documentation for this struct was generated from the following file: